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

+4

Unmark multiselection when clicking on already marked

Arwid Thornström hace 12 años 0

Hey.


It would be great if the marking would deselect if you click a already marked area when you want to multi select.


Say you want to mark 10-20 custom markings with the cmd+(mouseclick), if you miss the last one you will need to do it all over again, so it would be great if you could click a marked selection and then it would deselect.


Great product by the way.. :)

+4

color of active /non-active tabs feels wrong in beta build 2165

benben hace 13 años actualizado hace 13 años 0
I updated to new beta 2165 build this morning and I'm totally confused that the active tab has a darker color than non-active-tabs.

please change it back! :)

despite that the new build is awesome!

(on linux64)
+4

CSS syntax highlighting lost when comments placed inside properties.

Klikerko C hace 13 años actualizado hace 13 años 0
Image 67
+4

change Focus Group by mouse

gut4 hace 11 años actualizado por Zaknafein Do'Urden hace 7 años 1

It will really useful if we can change Focus Group not only by shortcuts (^1 ^2 ...) but with mouse hover too. This feature is in macvim (set mousefocus) and really useful when works with several groups

+4

git , cvs , and vss integration

Avnit Bambah hace 11 años en Plugin announcements 0

Can we get fully integrated git , cvs , and vss with this ,

+4
COMPLETADO

Multiple snippets for 1 tab trigger

mp@ hace 14 años actualizado por Jon Skinner hace 12 años 2
Option to specify multiple snippets with the same trigger word which would bring a list of options to choose
Respuesta
Jon Skinner hace 14 años
Done in build 2032
+4

Check for Updates OS X Version Number Display Incorrect

Chris White hace 12 años 0
The OS X Version Number in the Check for Updates dialog is incorrect, as shown in this screenshot.

Image 154
+4

Spelling checker should ignore letter case

Дмитрий Федоренко hace 13 años actualizado hace 13 años 0
Spelling checker does not work for words with uppercase letters for Cyrillic. For example the word "Объект" is emphasized as an "объект" does not.
Image 73
I used the dictionary extracted from this and convert to utf-8.

I am sorry English. I used google translate.
+4

approximate search

ebourmalo hace 11 años 0
It would be awesome if there was an option to define a search as approximate (in a elastic search way).

For exemple, if I want to search for "var price = 789;", I get the following results : 
"var price =789;" 
"var prices = 789;"
"var praces = 789"

Would definitely be a killer feature :)
+4

Escape key for "Single Selection"

Marcos Garcia hace 13 años actualizado hace 12 años 2
After I am done editing a multiple selection (made either by Ctrl+D or by Alt+Shift+Arrows), I want to press the Escape key to go back to Single Selection.

Instead, whenever I press the Escape key, Sublime Text 2 (build 2159, linux 32-bit) is entering the Command Mode before going back to Single Selection (so, I have to hit Esc twice). Also, it stays in Command Mode after going to Single Selection, forcing me to hit a key to exit it.

Searched on Key Bindings, but found nothing about the Command Mode.