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

+4

Vintage mode tweaks

Tejas Dinkar 13 років тому оновлений 13 років тому 0

Here are some features I miss from Vi, that i hope will come into vintage mode soon :-).


* If i press '*', it currently searches for other occurances of the word under the cursor. However, it does not currently highlight other occurances of the word, as vim does

* Hightlighting something with v, and pressing y, then highlighting another block and pressing p should paste the first block over the second block. This currently pastes it afterwards.

+4

Standard Script for Running a Java File

Liam Cain 13 років тому оновлено Alec Bernardi 12 років тому 2
I have spent hours looking for some way to run a java program within ST2.  There have been many posts on the subject; however, none of them have worked for me (some of the worked for windows users).  I want standard way not RUN my java files after they are compiled.  The javaC build script that comes with ST2 works great; therefore, I assume a run script should be included.  I hope that this can be included in ST2 or someone can make a plugin with this functionality.
+4

Unmark multiselection when clicking on already marked

Arwid Thornström 12 років тому 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 13 років тому оновлений 13 років тому 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 13 років тому оновлений 13 років тому 0
Image 67
+4

change Focus Group by mouse

gut4 11 років тому оновлено Zaknafein Do'Urden 8 років тому 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
Виконано

Multiple snippets for 1 tab trigger

mp@ 14 років тому оновлено Jon Skinner 12 років тому 2
Option to specify multiple snippets with the same trigger word which would bring a list of options to choose
Відповідь
Jon Skinner 14 років тому
Done in build 2032
+4

Check for Updates OS X Version Number Display Incorrect

Chris White 12 років тому 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

Дмитрий Федоренко 13 років тому оновлений 13 років тому 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 11 років тому 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 :)