+4

key-binding for context menu in sidebar

Mads Hartmann Jensen il y a 13 ans mis à jour il y a 13 ans 0
Currently you can use alt+f2 to bring up the context menu of the thing under the cursor when you're editing files. It would be nice to add the same functionality to the sidebar. 
+4

Amazing work so far!

chaiguy il y a 13 ans 0
Just wanted to say I'm super excited about this project, and the work you've done so far is outstanding! I hope it will only continue to get better, and that you are receptive to user suggestions on here!

I definitely plan on buying a license if this level of craftsmanship is maintained!
+4

I think when pressing go to definition, the current file should be listed first.

junhanzhang il y a 11 ans 0
I think when pressing go to definition, the current file should be listed first.
+4

double clicking on an item in Find Results should select the match

wes hardee il y a 12 ans 0
Right now, double clicking a match in the buffer just takes us to the line with the match, but actually highlighting it would be far more useful. Every time I use this I get lost trying to find the cursor and then trying to find the thing I was actually searching for.
+4

Support and sintax highlight to F# language

Rodrigo Vidal il y a 13 ans mis à jour par Onorio Catenacci il y a 13 ans 3
Support and sintax highlight to F# language.

www.fsharp.net
http://msdn.microsoft.com/en-us/library/dd233154.aspx

Thanks
+4

Issue - Can't Click or Select code in Editor

Paito Anderson il y a 11 ans mis à jour par Игорь Антаров il y a 11 ans 2

Today when I opened up ST3 I couldn't click or select code at all, I can still click files in the FOLDERS list but not in the working area. A re-install didn't help.


64bit Windows and ST.

Build: 3047

Registered with 10 User License

+4

Drag selection to move text

Ben Scott il y a 13 ans mis à jour par Ramie Blatt il y a 12 ans 2
At the moment, click-dragging within a selection just clears the selection and starts selecting again from the mouse position. It would be nice to be able to move the selected text by click-dragging it (rather than having to cut/paste the selection).
+4

Search focus

Jimmy Soho il y a 12 ans mis à jour par bnip il y a 12 ans 1

When using Ctrl+F / Cmd+F, i.e. while searching, the focus stays in the search box. I would much rather have the focus at the beginning of the matched selection, so I can immediately start typing there. This is what I loved so much about textmate, saves loads of time. If I wanted to search for something else, (i.e. get the focus in the search box) I would hit Cmd+F again.

+4

Vintage mode tweaks

Tejas Dinkar il y a 13 ans mis à jour il y a 13 ans 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 il y a 13 ans mis à jour par Alec Bernardi il y a 12 ans 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 il y a 12 ans 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 il y a 13 ans mis à jour il y a 13 ans 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 il y a 13 ans mis à jour il y a 13 ans 0
Image 67
+4

change Focus Group by mouse

gut4 il y a 11 ans mis à jour par Zaknafein Do'Urden il y a 7 ans 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 il y a 11 ans dans Plugin announcements 0

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

+4
Terminé

Multiple snippets for 1 tab trigger

mp@ il y a 14 ans mis à jour par Jon Skinner il y a 12 ans 2
Option to specify multiple snippets with the same trigger word which would bring a list of options to choose
Solution
Jon Skinner il y a 14 ans
Done in build 2032
+4

Check for Updates OS X Version Number Display Incorrect

Chris White il y a 12 ans 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

Дмитрий Федоренко il y a 13 ans mis à jour il y a 13 ans 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 il y a 11 ans 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 il y a 13 ans mis à jour il y a 12 ans 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.