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

+39

Preview for Images

Philipp Schaffrath 12 year бұрын updated by Donna Klinton 10 year бұрын 4
I've got many Situations where i want to insert Images to my Project, when i select an Image i get the preview of the includet data as Text. It would be nice, if you provide the functionality to get a preview of images. Maybe you use the file extention as trigger, or you read the file header to check if a different preview is needed.

This feature could be used for several other files like .pdf, .mp3 (audio files in general), .mp4 (video files in general) or even .ttf (font files in general).

This functionality would be pure epicness!
+39

Open Containing Folder

Eric Martel 12 year бұрын updated by Csaba Bakó 6 year бұрын 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 year бұрын updated by Adrian Forte 7 year бұрын 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
Аяқталған

Replace in all open files

Vadim Peretokin 13 year бұрын updated by Jon Skinner 11 year бұрын 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.
Answer
Jon Skinner 12 year бұрын
This was added in 2139
+39

Keep sublime text window on top of other windows

Lynnais 11 year бұрын updated by byred 4 year бұрын 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 year бұрын updated by aristidesfl 12 year бұрын 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 year бұрын updated by Joel Thornton 12 year бұрын 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 year бұрын updated by Thamaraiselvam 8 year бұрын 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 year бұрын жаңартылды 13 year бұрын 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 year бұрын updated by glyph 12 year бұрын 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.