+41

"Find in selection" shouldn't be the default

Rob Speer fa 12 anys updated by Charlie fa 7 anys 13
Finding text inside my selection is never what I want to do, and yet it happens by default if anything is selected.

This makes me think that text doesn't exist in my code, when it actually does.

It's particularly bad because if I've just searched for something else, the result is *selected* and I have to clear the selection before I can proceed!
+41

prolog syntax coloration

XioRcaL fa 12 anys actualitzat fa 12 anys 0
add prolog syntax coloration,
this feature would be awesome, just like the rest of the editor! =)
+41

Open file by clicking link

Luís Marques fa 12 anys updated by Michał Jendrzejewski fa 11 anys 5
In netbeans you have the function: 
Press Ctrl and click a link a file, like this "include_once "function/global.php";".
When "function/global.php" is clicked, the file opens in a new tab.

That would be a great feature. :)
+41

Ability to configure the transparency of whitespace characters like Eclipse.

arahlf fa 13 anys updated by Mathew Polzin fa 11 anys 3
I usually develop with whitespace characters always enabled, but the default look of them in Sublime Text is rather distracting -- it would be nice to make them more transparent like Eclipse Indigo now offers.
+41

Drag/Drop (reorder) files/folders via Project Sidebar

Alysson Bortoli fa 13 anys updated by Andrey Botalov fa 12 anys 3

It would be awesome if you could drag/drop to reorder files and folders in the sidebar! 

+40

An ARM port so that sublime text will be able to be used on platforms such as Beaglebone and the new Raspberry Pi.

m2432432 fa 12 anys updated by Fredrik Ehnbom fa 12 anys 1
Sublime Text looks like the perfect editor for something like the Raspberry Pi. I use it considerably on my desktop and laptop, and it would be great to be able to use it on my other platforms as well.
+40

Relative line numbers

Chetan Surpur fa 13 anys updated by Alexander Ivanov fa 7 anys 6

The option to switch to relative line numbers (http://dlo.me/vim-with-relative-line-numbers/) would be great, especially with the new Vintage mode.


I wouldn't even mind a plugin to do this, but I'm not sure how to go about implementing it. Any hints?


Thanks!

+40

Dragging last file from a window should close window

Falcon NL fa 13 anys updated by Nick fa 12 anys 2
Currently, dragging the last file file from a window to a different or new window leaves behind an empty window, which in the vast majority of cases you'll want to close. I suggest closing the window automatically once the last file has been removed.

Forum topic: http://www.sublimetext.com/forum/viewtopic.php?f=4&t=1532
+40

arabic support

akwad akwadnet fa 12 anys updated by Praveen Vijayan fa 11 anys 1
I loved sublime from the first time , but it dose not support arabic :( which disappointed  me , I hope you support Arabic and encoding file changing like notepad++
+40

Intelligent case-sensitivity for searches

Markus Peter fa 13 anys updated by Brian Gallagher fa 12 anys 4
A semi-intelligent case-sensitivity mode for searches as option, like in Emacs, where, if I type the word to search in all-lowercase, it will search case-insensitively and as soon as I type something containing uppercase, it will search case-sensitively exactly for what I typed.

+39

Preview for Images

Philipp Schaffrath fa 12 anys updated by Donna Klinton fa 10 anys 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 fa 12 anys updated by Csaba Bakó fa 6 anys 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 fa 12 anys updated by Adrian Forte fa 7 anys 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
Completat

Replace in all open files

Vadim Peretokin fa 13 anys updated by Jon Skinner fa 11 anys 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 fa 12 anys
This was added in 2139
+39

Keep sublime text window on top of other windows

Lynnais fa 11 anys updated by byred fa 4 anys 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 fa 13 anys updated by aristidesfl fa 12 anys 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 fa 12 anys updated by Joel Thornton fa 12 anys 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 fa 13 anys updated by Thamaraiselvam fa 8 anys 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 fa 13 anys actualitzat fa 13 anys 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 fa 12 anys updated by glyph fa 12 anys 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.