Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
change status bar, command palette and tab font size with zoom
When I use full-screen mode and zoom text, tabs, command palette and status bar remains the standard size. This is uncomfortable for users with vision problems, eg. they take off glasses, zoom text => happy, but now can't use so much useful command palette, don't see current tab filename and status bar. Thank you!
Development is kind of slow?
RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL !!!!!!
please ADD RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Pasting lines to multiple cursors
I'm using ClipboardManager, so it might be that this is a problem with the plugin. But I doubt it — the behavior is too weird, and all that ClipboardManager does is `self.view.run_command('paste')`.
When I copy, say, a word, and then place a few cursors and paste, it is pasted correctly.
But when I select a line (including the NL at the end - that's important) and then copy and paste that to multiple cursors, only the first cursor pastes. So it has something to do with pasting a "line" instead of "words".
Just to keep things interesting, if I copy multiple lines instead of just one line, it pastes fine again.
Ignore comment-only lines when guessing indentation of buffer
The problem applies to JSDoc comments; with a buffer looking like this:
/**
* @class
* Class description.
* Next line
* Next line
* Next line
* @constructor
*/
var SomeClass = function() {
this.foo = 1;
this.bar = 2;
}
/**
* @class
* Class description.
* Next line
* Next line
* Next line
* @constructor
*/
var SomeClass2 = function() {
this.foo = 1;
this.bar = 2;
}
... Sublime Text 2 guesses an indentation width of 2. However, the code actually has an indentation width of 4, but ST2 is taking the apparent indentation of the comment blocks into account.
Fast tabs closing
Imo, Chrome browser nails it perfectly < http://blog.chromium.org/2009/01/tabbed-browsing-in-google-chrome.html > :
Realizing that maintaining a fixed width for tabs when closing them would keep close buttons aligned under the mouse pointer, we designed a system whereby the tab strip will re-layout when you close a tab to fill the gap left, but not resize the remaining tabs, until you move your mouse away from the tab strip (thus signaling you're done closing tabs).
Have sidebar closed by default when editing single files
API: Enhance view.get_symbols() to return arbitrary symbol list
Actually get_symbols() only return the symbols defined in "showInSymbolList" (Goto Symbol) and you don't have any option to find something else.
I propose to add a parameter to get_symbols (or create a new function) to specify the symbol(s) to return.
Example:
view.get_symbols("source.python meta.function.python") return the list of Regions containing function declaration in a python source.
Bracket matching in LaTeX math or Toggle bracket matching in strings
Customer support service by UserEcho