It should be possible to organize sidebar items into custom categories.
Ignore file types and directories in project when using "Goto Anything"
Open File should be able to select directories
Mac I-beam pointer disappears on dark backgrounds.
"Find Next" (F4) should select the search term
Side bar behaves like side panel
Toggle comment not working on html script tag
- If I highlight any part or all of the javascript and toggle comment, it functions as expected
- If I highlight any part of the html (not including javascript) and toggle comment, it functions as expected
- If I highlight a mix of html and javascript and toggle the comment, it works as expected in all except the following case...
- If I highlight just the script tag (opening and closing) including the contained javascript, the toggle comment command uses // for all the javascript and for the html tags (script). It should use html comment syntax for the script tags and js syntax for the javascript part.
Wrap the output in the console
Option: create project automatically when a folder is opened
Add an option which makes Sublime Text 2 create a project automatically when a folder is opened for the first time*.
The name of the project files should be equal to the folder name and stored in the folder root.
The project should be loaded automatically the next time the folder is opened.
Interesting additional options might be:
- By default, give no name to the project files on Mac & Linux (.project and .workspace)
- Create a folder to keep all the project files together
*(A folder can be opened either by dragging it to the icon or by using the new menu item: Open Folder)
Sidebar doesn't update file after case-only rename on Mac OS X
Copy Syntax Highlighting
The functionality I am looking for is found in the NotePad++ plugin called NppExport.
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.
Service d'assistance aux clients par UserEcho