Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

0

Add Sublime Text to default programs (WIN)

Ellos 11 lat temu 0

Could you add the capabilities (thats how microsoft calls it), not associations, of Sublime Text to the registry?


http://msdn.microsoft.com/en-us/library/cc144154%28v=vs.85%29.aspx


This would mean that when i try to use some new file format, that sublime text supports but has not been associated with, it would show up in the list of " open with" programs.


Currently for every file I want to associate I need to browse to the install directory of sublime text to select the .exe and associate it.


Microsofts way will also allow you to select, from the list of supported formats (capabilities), what formats you would like to associate.

This would be able to be done via the control panel's "Default Programs" section. 


It would make your sublime ;) software rock even more!

0

Indexing API

Vsevolod Ivanov 11 lat temu 0

I love sublime text, and bought st3, but for full happiness i need api through which i can add symbols to index, add rules to index, check is some symbols in index or not, and etc. When ST3 became stable, any chances to see this kind of API here?)  Thank you and sorry for my bad english skills

0

settings.add_on_change doesn't appear to work correctly

Drarok 13 lat temu zaktualizowano 13 lat temu 0
When using <Settings instance>.add_on_change(key, func), the callback only appears to get triggered when the "main" settings file (projectname.sublime-settings) within the Package is altered, ignoring my User/projectname.sublime-settings file.

This is despite the fact that Sublime is returning the correct values from <Settings instance>.get(key) once I restart, so it is definitely *reading* the file, just not watching it.

I'm running Mac OS X 10.6.8 at home, yet to test it at work on Mac OS X 10.7.3.
0

Crash with many tabs open

Max Noé 12 lat temu 0

A global search and replace has left my editor with hundreds of open tabs. When trying to close them all from the File menu, the application crashes. When trying to close them one by one (by pressing Ctrl+W, no tabs are visible at that time) the application crashes as well. This happens every time.


The application crashes as soon as the tabs become visible again. Re-opening the application leaves it with the same tabs, so it's a question of time that it crashes again.


This happens on version 2.0.1, build 2217, on a MacBook Pro running Mac OS X 10.7.


It should also be noted that implementing this feature could very well solve the problem.

0

Apply color scheme to all windows

Пётр Дёмин 12 lat temu zaktualizowano 12 lat temu 0
It's hard for eyes seeing nice dark background of code window and light backgrounds of other windows (Side Bar/Output/Console). It would be nice, if chosen color scheme will apply to all windows.
0

reindent on an html tag split over multiple lines behaves incorrectly

Ben Reynwar 11 lat temu 0

If an html tag is written over several lines .e.g


<div

  id="mysuperdiv"

>

</div>

then it does not indent correctly when using 'reindent'.

0

Highlight Multiple Syntaxes in One File

mroseman13 11 lat temu 0

Add a feature to highlight multiple language syntaxes in a single file. 

In many languages, there are ways to use code written in another language. Take HTML, you can easily write CSS, JavaScript, VBScript, and more within the .html file. I'd love a feature to highlight each line of code in its respective language.


0

error loading colour scheme packages\color scheme

Guangyou Sheng 12 lat temu w Plugin announcements Ostatnio zmodyfikowane przez Barney Carroll 12 lat temu 2

error loading colour scheme packages\color scheme-Default\Colorized-174179539423213-Monokai.tmTheme:Error pasrsing plist xml:Failed to open file in file "packages\color scheme-Default\Colorized-174179539423213-Monokai.tmTheme"

0

PHP autocomplete in unclosed <?php ?> is broken in ST3

Mark Gulyaev 11 lat temu 0
When I try to use autocomplete in file without '?>' in the end, it writes that there is no available completion. If I add the ?>, it starts working.

Autocompletion doesn't work only in global scope.

I've reproduced it on the Windows 7 x64 and 8 x64.

Builds 3030 and 3021.

To reproduce, just create a new PHP file, write <?php or <?, press enter and Ctrl+Space


0

Edit multiple lines within selection

Markham Anderson 12 lat temu 0
Limit the 'edit multiple lines'  feature to the user's selection (if any, else let it be global, as it is now).

Suppose I have 50 <p> tags to which I'd like to add attributes, but I have another 50 which I'd like to remain unchanged. I'm not happy pressing Alt+F3 (which would edit them all) or Ctrl+LeftClick-ing the top 50 (which is tedious).