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

0

Movement by whitespace-delimited words outside Vintage

Transcendent Type hace 13 años 0
Currently movement by word (ctrl+cursor motion) stops at every punctuation boundary, which is not always what you want when dealing with code that is dense in punctuation.

In Vim and Vintage-mode, there are the W and B movement commands to move by whitespace-separated words, so you need fewer keystrokes to move around or expand selections.

Outside of Vintage mode, I would like commands and bindings to move the cursor by whitespace delimited word.
0

Unobtrusive Update Message

Jonathan Chayce Dickinson hace 13 años 0
Currently the update notification is a modal popup (on Windows). This should rather be a 'slide-in' unfocused dialog or such that goes away after, maybe, half a minute.
Depending on the workflow that I am using ST2 for at the time (specifically opening and closing it as it is required - basically Notepad replacement, which is basically my exclusive use for it at work) this can get really annoying.
0

ASOCIATIA ROMANILOR DIN ITALIA

sony ferariu hace 12 años 0
0

Sublime is Textmate 2+

Gernot Kogler hace 14 años 0
0

On ubuntu 11.10 sublime text 2 2153 not work.

Eduar Carvajal hace 14 años actualizado hace 14 años 0
"/usr/bin/sublime-text-2: línea 2: 14658 Violación de segmento  /usr/lib/sublime-text-2/sublime_text $*"
0

2 column layout sync of changes

Alan Lilly hace 12 años 0
I use 2 column layout often to make changes to different files, but I also use it to make changes to different sections of the same file.  
I make changes to the top part of a file in the left column layout and also make changes to the bottom of the same file in the right column layout.

If you forget to save the first changes in the left layout, you will lose them when you save the second change in the right layout.  The warning is nice but, I prefer how Notepad++ handles synchronization between layouts of the same file.  

All changes should be sync'ed on the fly... so I don't loose any changes and I don't have to save my file until I want to.
0

Jump with keyboard from find in files

Alexander Schepanovski hace 14 años 0
The same what is done now with double click
0

deleted

pazsxn hace 13 años actualizado hace 13 años 0

nevermind, I found it works as I wanted

0

Clicking on "find in folder" when find is open closes find.

Skip hace 14 años 0
If the find dialog is open and you click on "find in folder" the dialog will go away.  I would expect it to stay open and update the "in location" field with the folder that I have selected.
0

Ctrl+D Ctrl+K doesn't work as expected when it wraps around the file

Istvan Kispal hace 13 años 0

When the next match found by Ctrl+D is above the starting point (search wraps around to the beginning of the file). Ctrl+D Ctrl+K will toggle the selection of the match with the highest line number instead of the last match, which actually has the lowest line number.