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

+1

Goto anything ranking should be case-sensitive

adzenith 14 ár síðan 0
If I've got a class named FOO and it has a lot of members named FOO::xxx, and I've also got a function named foo in the same file, I'd like to be able to get to foo by typing "foo" in the Goto Anything box, and not have to press down many times to get to it.
Thanks!
+1

Bug with "Open Containing Folder ..." function

Skip 14 ár síðan 0

If you are editing a file in the root of a drive (e.g., C:\file.txt) you will get an error from windows saying "The path '\C\file.txt' does not exist or is not a directory."

+1

Find text does not have proper highlight after clicking Replace

chaiguy 13 ár síðan Uppfært 13 ár síðan 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
Lokið

build window should scroll automatically

David Alexander 14 ár síðan updated by Jon Skinner 12 ár síðan 1
build window should scroll automatically with the output.
Answer
Jon Skinner 14 ár síðan
Build 2020 does this
+1

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

Justin Drake 12 ár síðan 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 13 ár síðan updated by Michael Adams 12 ár síðan 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 13 ár síðan 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 14 ár síðan 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 13 ár síðan Uppfært 13 ár síðan 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.