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

+41

"Find in selection" shouldn't be the default

Rob Speer hace 13 años actualizado por Charlie hace 7 años 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 hace 12 años actualizado hace 12 años 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 hace 12 años actualizado por Michał Jendrzejewski hace 11 años 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 hace 13 años actualizado por Mathew Polzin hace 11 años 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 hace 13 años actualizado por Andrey Botalov hace 12 años 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 hace 12 años actualizado por Fredrik Ehnbom hace 12 años 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 hace 13 años actualizado por Alexander Ivanov hace 7 años 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 hace 13 años actualizado por Nick hace 12 años 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 hace 12 años actualizado por Praveen Vijayan hace 12 años 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 hace 13 años actualizado por Brian Gallagher hace 12 años 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.