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

+1

improve UI for rectangular selection

Roberto Esposito hace 13 años 0
The current UI for rectangular selection (multiple cursors in ST2) could use some clean up. For instance: different shortcuts are to be used depending on the context:
   keyboard entry: ctrl+arrows
   multiple-mouse-clicks: cmd+click
   mouse-drag: alt+drag
Clearly this is confusing (to say the least). I don't know about others, but (as an old textmate user) I would go with alt in all cases.

In addition I found no way to extend a rectangular selection by using the shift. Namely, I would like to click somewhere in the file, move around as I like without moving the cursor and then with a combo (say alt+shift+click) 'rectangular'-select the portion of text between the cursor and the current click. 

+1

Word Wrap never stays on

mike henken hace 13 años actualizado hace 13 años 0
I have a problem with word wrap turning off occasionally while editing. 
Also, is there any way sublime can remember that word press is suppose to be enabled? As in every document I open with have it enabled by default.
+1

Is there a build for Mac OS Leopard (10.5.8)?

Dima Dyachkov hace 13 años actualizado por Jon Skinner hace 13 años 1
Respuesta
Jon Skinner hace 13 años
There isn't, Sublime Text on OS X requires 10.6 or later
+1

C++ function template syntax highlighting

Andrew Montag hace 12 años 0
The current C++ syntax highlighting does not handle templated functions very well. 
Image 161
Above, doTemplateStuff would ideally be cyan to make it more readable.
+1

Sublime Text 2 freezing :: When entering text to find and automatically highlighting matches, on the latest keystroke you should cancel the previous find process.

Matt Campbell hace 12 años 0

When entering text to find and automatically highlighting matches, on the latest keystroke you should cancel the previous find process because all text starts with a single letter and, in large documents, finding and highlighting this single letter causes Sublime Text 2 to freeze, and stops me from entering my entire text string to find

+1

Ability to use fonts not installed on the OS

Dustin Sneeden hace 11 años 0
I use Sublime Text on computers where I don't have administrator access to install fonts. It would be nice to be able to use fonts that are not installed on the system by specifying the full path to the .ttf file on the hard drive
+1

Fold HTML tags

Flamur Kasa hace 11 años 0
+1

Allow ctrl+command+p to switch projects even when a project isn't currently open

Tyler Kellen hace 13 años actualizado hace 13 años 0
You can't use ctrl-command-p when a project isn't open--could you fix that?
+1

Ignore folders in search

Amir Abu Shareb hace 12 años 0

I'm working in `node`, `php` environments but i'm sure this will be useful

for most developers.


currently when you search for something using command + t, it searches all folders all files, it will be very useful if we can specify wich folders to ignore...

+1

Vintage: Autocomplete should terminate upon leaving insert mode

Ibrahim Tencer hace 13 años actualizado por Bernardo Szpilman hace 12 años 1
See title. When you're entering text it makes sense, but the dropdown should disappear once you exit insert mode (whether into visual or normal mode). One expects j and k to move the cursor, but they navigate through the options instead.