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

+39

Open Containing Folder

Eric Martel 12 jaar geleden bijgewerkt door Csaba Bakó 6 jaar geleden 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 12 jaar geleden bijgewerkt door Adrian Forte 7 jaar geleden 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
Voltooid

Replace in all open files

Vadim Peretokin 13 jaar geleden bijgewerkt door Jon Skinner 11 jaar geleden 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.
Antwoord
Jon Skinner 12 jaar geleden
This was added in 2139
+39

Keep sublime text window on top of other windows

Lynnais 11 jaar geleden bijgewerkt door byred 4 jaar geleden 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 13 jaar geleden bijgewerkt door aristidesfl 12 jaar geleden 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 12 jaar geleden bijgewerkt door Joel Thornton 12 jaar geleden 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 13 jaar geleden bijgewerkt door Thamaraiselvam 8 jaar geleden 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 13 jaar geleden bijgewerkt 13 jaar geleden 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 12 jaar geleden bijgewerkt door glyph 12 jaar geleden 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 12 jaar geleden bijgewerkt door Jeremy Dill 12 jaar geleden 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.