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

+39

Open Containing Folder

Eric Martel hace 12 años actualizado por Csaba Bakó hace 6 años 8
When right-clicking on a file tab, it would be useful to have "Open Containing Folder" like in Visual Studio
+39

Code folding of one line functions

L0u1s hace 12 años actualizado por Adrian Forte hace 7 años 5
You are now able to fold functions when there's more then 1 line of code.
It would be nice to also fold on-lined functions
+39
COMPLETADO

Replace in all open files

Vadim Peretokin hace 13 años actualizado por Jon Skinner hace 11 años 4
It's be great if the replace option could also work in all currently open files, in addition to per-file as it is right now.
Respuesta
Jon Skinner hace 12 años
This was added in 2139
+39

Keep sublime text window on top of other windows

Lynnais hace 11 años actualizado por byred hace 4 años 5

An option to keep sublime window on top of other windows and applications, its really annoying how i have to look for sublime window each time, when i have too many application opened (on win7).

+38

ODB Editor Suite (QuickCursor) support on OS X

Kevin Yank hace 13 años actualizado por aristidesfl hace 12 años 9
QuickCursor is an application from Hog Bay Software that lets you pull the text out of any text field (in any application that uses native Cocoa text fields) and edit it in your editor of choice. Currently it supports BBEdit, Espresso, MacVim, Smultron, SubEthaEdit, TextMate, TextWrangler, and WriteRoom.

Please add support for the ODB Editor Suite that is required so that QuickCursor can support Sublime Text 2 as well!

See: http://www.hogbaysoftware.com/products/quickcursor/faq
+38

Virtual Space / Freehanded editing

bradbenvenuti hace 12 años actualizado por Joel Thornton hace 12 años 1
Visual studio calls it virtual space and Textmate calls it freehanded editing. I won't be able to switch to sublime text until this feature is available. It allows you to make multi-line edits past the end of a line.
+37

Function search across entire project

Zachary Nawar hace 13 años actualizado por Thamaraiselvam hace 8 años 4
Im aware you can press CTRL+R and it opens a small window where you can type a function name or parts of a function name and it will take you to that function. However it seems to be limited only to the one file you have open. Having it work across every file of that format across the entire project/open folders would be very nice.
+37

Add enviroment vars ($file, $file_name, $selection, $project) to key bindings

Greg Williams hace 13 años actualizado hace 13 años 2
Adding enviroment vars ($file, $file_name, $selection, $project) to key bindings would accomplish the needs of many 'plugins' in a simple bindings file
+37

Auto documentation based on setting, command and key binding reflection/introspection

David K. Hess hace 13 años actualizado por glyph hace 12 años 4
If you add the ability to introspect all of the built-in commands, loaded commands, settings and key bindings, then we could write a plugin that would go through all of that and generate an HTML documentation page that could be opened in an external web browser.

Good and accurate documentation for not a lot of work.
+37

Provide a sort option for open files in the sidebar

Neville Bagnall hace 12 años actualizado por Jeremy Dill hace 12 años 3

My file layout is not particularly suited to project treatment, yet I often have dozens of files open.


Open Files in the sidebar is most useful when many files are open at once, whereas the tab bar becomes unusable.


However, finding a particular file among dozens, or scanning the list quickly to see if the file is already open is nearly impossible because the files are not in a sorted order.


Goto Anything helps, but feels sub-optimal.


Ideally, and incorporating other preferences suggested here, I'd like to be able to toggle between Sorted, Modified, Stack or Tab order.


But even a user-setting to pick my preferred order would be great.