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....
Add keyboard shortcut for Save As
Project panel sizing issue (build 2051)
Resize the project panel small enough so you have a scrollbar. Scroll all the way to the right. Enlarge the project panel until the scrollbar disappears. Whoops, now all the filenames are cutoff with no scrollbar.
Small inconvenience, but I think the right edge of the content should remain anchored to the splitter until the panel becomes larger than the contents..
Bug with highlightning on datetime in python
The following datetime-string will make give wrong syntaxhighlightning in python 2.7: "%H%M".
The last M will not be marked purple, but instead yellow like a normal string.
Makefile syntax coloring doesn't work with ':=' operator.
A picture's worth a thousand words:
In my opinion, lines with ':=' operator should look the same as lines with '=' operator. As far as I've tried, the same issue appears on every color scheme.
Clojure not accepting bigint's [Fix included]
Valid Clojure code:
(+ 1 2)
(+ 1N 2N)
However, first is correct with the Sublime syntax file, and the second is incorrect.
Fix:
inside Clojure.tmLanguage, change the regex for constant.numeric.integer.clojure from (-|\+)?\b[0-9]+\b to:
(-|\+)?\b[0-9](|N)+\b
There might be better fixes but this atleast does not show invalid syntax :)
SAS syntax highlighting
Stretch tabs to the very top in full screen mode
Running builds not killed when a file is closed
Syntax Highlight Based off SHEBANG lines
This feature increases highlighting availability by mapping SHEBANG lines to mime types.
Have the current directory 'stick' to top of folders view when it is not visible (for long lists of files)
Customer support service by UserEcho