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 12 years ago updated by Charlie 7 years ago 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 12 years ago updated 12 years ago 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 12 years ago updated by Michał Jendrzejewski 11 years ago 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 13 years ago updated by Mathew Polzin 11 years ago 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 13 years ago updated by Andrey Botalov 12 years ago 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 12 years ago updated by Fredrik Ehnbom 12 years ago 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 13 years ago updated by Alexander Ivanov 7 years ago 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 13 years ago updated by Nick 12 years ago 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 12 years ago updated by Praveen Vijayan 11 years ago 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 13 years ago updated by Brian Gallagher 12 years ago 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.