Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
scroll_past_end=false: buffer scrolls not restored
When having `scroll_past_end` set to false, workspace buffer scroll positions are not restored upon Sublime close & relaunch, or project switch, except the first visible buffer. Cursor positions within each of buffers are preserved, and selections are preserved too, but all but one buffer scroll positions are reset to top.
Having `scroll_past_end` set to true, scroll positions are preserved properly, both on relaunch and project switch.
Quad Vertical Pane?
Bring it back please!
Wrap paragraph should only wrap selected text, if any is selected
The command to wrap text at X characters should wrap only selection if one was made, instead of a paragraph. This would allow to easily wrap a comment in source code file without altering the subsequent code.
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 ... }
Сервис поддержки клиентов работает на платформе UserEcho