Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Side Bar Scrolling Behavior
Delete line doesn't delete blank lines (Ctrl+Shift+K)
Hit "D" for "discard" on unsaved changes modal window
Doc suggestion:
Newly folder should be expanded 1 level when added to project
Indentation to match Google style guide in indent to bracket mode
I'd like to write code matching Google's C++ style guide:
Indent to bracket mode supports this style already:
ReturnType ClassName::ReallyLongFunctionName(Type par_name1, Type par_name2, Type par_name3) { DoSomething(); ... }
In the event that the parameters are too long to fit on the line, I'd like to use this style:
ReturnType LongClassName::ReallyReallyReallyLongFunctionName( Type par_name1, // 4 space indent Type par_name2, Type par_name3) { DoSomething(); // 2 space indent ... }
Click on completion list does nothing
Input Bar for Java, Ruby etc.
ignore leading "./" in GOTO ANYTHING
performing a grep on shell/terminal will give me a file result like:
./folder1/file1.ext: .....
./folder1/file2.ext: .....
./folder2/folder1/file1.ext: .....
doubleclick on the filename will copy "./folder1/file1.ext"
perform GOTO ANYTHING shortcut in sublime and paste the filename.
nothing shows up because of the leading "./" string. you have to cut off the "./" or if grepping from subfolder just the "."
would be awesome if GOTO ANYTHING would ignore this leading pattern. Maybe ignoring just a leading "/", will be helpfully for someone too....
Customer support service by UserEcho