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

+1

Find text does not have proper highlight after clicking Replace

chaiguy fa 15 anys actualitzat fa 15 anys 1
In Find & Replace, clicking Find highlights the text using the find highlight as it should, however when you click Replace, the next selection uses the unfocused text selection highlight which is darn near impossible to see.
+1
Completat

build window should scroll automatically

David Alexander fa 16 anys updated by Jon Skinner fa 13 anys 1
build window should scroll automatically with the output.
Answer
Jon Skinner fa 16 anys
Build 2020 does this
+1

On Mac, Cmd + F and Cmd + I display search box with different height

Justin Drake fa 14 anys 0

Very similar search panels are brought up with the shortcuts Cmd + F and Cmd + I. It seems one is taller than the other by 1px.

+1

Confirmation box when you delete a file from sidebar

Marc Cometa fa 14 anys updated by Michael Adams fa 13 anys 2
When deleting files from the sidebar, I think it would be a cool feature to have a "Conirmation box" asking if you are sure to delete the file. Sometimes I accidentally click delete when I right click and try to access some menu item from a custom package that I use.
+1

Selecting text via mouse causes screen to scroll at unpredictable speed. Change so it scrolls faster if mouse is just below/above the sublimetext window, and faster if it's far below/above window.You can use XCode for example how it's done.

Bluepeak fa 14 anys 0
Selecting text via mouse causes screen to scroll at unpredictable speed. Change so it scrolls faster if mouse is just below/above the sublimetext window, and faster if it's far below/above window.You can use XCode for example how it's done.
+1

Pressing escape in the Find Dialogue should take you back to where you were

Greenwich fa 15 anys 0
Much like pressing escape when you've Cmd + T'd or Cmd + R'd will take you back to your current cursor position, so should pressing escape for Cmd + F.

I consider this an inconsistency and therefore a UI bug.
+1

Add a "match_quotes_single" option to the preferences

Mike Butcher fa 15 anys actualitzat fa 15 anys 0
I often find myself changing a "smart" apostrophe to a "single quote" style from something I've copied and pasted, but this causes the smart quote to be wrapped in single quotes. Bleh. Adding a "match_quotes_single" option to the prefs would be perfect for disabling this feature that just happens to go against what I have done for years.
+1

Some potential improvements to the explorer-system within the editor

P Meijer fa 14 anys 0

The thing that i miss compared to my old editor(Aptana) is moving files and folders(into each other). I can only do this within windows explorer. It's also not possible to start a new project(without placing it into an existing folder), or to create a new folder without doing this in windows explorer. So I would really suggest that you guys do some improvements at the project explorer. 

+1

highlight multiple occurrences

Lee Connell fa 15 anys updated by adzenith fa 15 anys 1
You can use Ctrl + D to highlight the next occurrence of a word, but how bout an option to do that automatically like notepad++ or pydev does.  It highlights all occurrences of the word at the cursor automatically.
+1
Completat

Add a fast open feature

Henrique Boaventura fa 15 anys updated by Jon Skinner fa 13 anys 1
It would be much easier and faster to open files if Sublime Text 2 had the feature of fast open files (gedit, textmate and other editors already have this). 
Somehow, sublime text could read the project tree and use it on to fast open those files. Hit a  keybind and open a prompt, when you begin to type, it already search in the project files for the pattern
Answer
Jon Skinner fa 15 anys
Press Ctrl+P (Command+P on OS X), or choose Find/Goto Anything from the menu