
shift+scroll doesn't scroll left/right in OS X

colors in the status line

Indentation bug


Move trailing brace up to when code folding

Fortran not supported in Sublime Text 3

Mark / Bookmark color
Compared to other tools, the mark/bookmark is hard to see. It is just a simple white arrow. I will just propose to have it in RED by example. Or use another more visible icon. It will be very useful.
Something else that can be useful : choosing the mark color. This way we can mark the code for different purpose (and by default in red :-P)
Thanks for your great tool...

MiniMap just for some tabs

Searching folders
In Sublime 2 when you drag in a folder to the Side Bar it does not replace the other folders you were working on. Now when you do a search you get all the files from all the folders you have open.
How do I restrict my search to just the folder I want?

Vintage mode ge and f... ;
It would be nice if Vintage mode supported ge, currently it just goes to the next word end....
Also when you search for a next letter using f(some character) ; should take you to the next occurrence like it does in Vim.
Thanks

Clean up trailing whitespace for auto-indented lines


Syntax highlighting for Apache files
For example, highlight words like "RewriteEngine" or "RewriteRule" as keywords,
Well, you know that more than I do.
Also, I agree SublimeText should print files too, and offer several options for that. Anyway, thanks for this excelent product and keep the effort flowing.

Memorize Code Folding

Keyboard shortcuts in menu should match actual shortcuts

escaped quotemark syntax highlighting
"This is properly recognized as a string. \" This is not, but should be." This is but shouldn't be.

Provide universal portable
It can have multiple binaries (would probably have to) but each binary could use a single set of settings, packages, etc.
So:
Sublime Text/sublime text.exe
Sublime Text/sublime text linux.bin
Sublime Text/sublime text mac.bin
Both look at the setting/packages in:
Sublime Text/Data

Shift + R vim key binding doesn't seem to exist
In Vim, you can use Shift + R to replace multiple characters. This doesn't seem to work in Sublime. "r" on its own works fine, but Shift + R doesn't.

Python raw string is wrongly interpreted
The editor wrongly interprets python raw string. Any occurrence of "\" is interpreted as escape, while in raw string it is not.
Example:
root = r"M:\"
in python this means that the content of variable root is the path of the root directory on disk M:
In Sublime Text this is wrongly interpreted as if the second double-quote was part of the string, not a delimiter. Therefore the string is unterminated and all following text is broken.
Customer support service by UserEcho