+8

It should be possible to organize sidebar items into custom categories.

Miloš Levačić 13 jaar geleden bijgewerkt 11 jaar geleden 4
I use Sublime Text 2 for web development. A lot of the times I will have 20+ files open in the sidebar (PHP models, views, controllers, configuration files, CSS files, javascript, etc.), and I would really appreciate an option to be able to sort them into custom categories. Ie. like there is the default "OPEN FILES" category, I would like to be able to add my own (and name them however I like), and drag files between them. Even better, a tree-like structure would be even awesomer - actually, it's something like a folder structure for a project, but I'd like to be able to customize it independently from the actual file system, since my file organization is usually a bit different due to the underlying framework in use, and I'd prefer seeing only the currently open files sorted by category, than the complete file/folder tree that shows up in the FOLDERS category, when you add a folder to the project.
+8
Voltooid

Ignore file types and directories in project when using "Goto Anything"

Iain McGinniss 13 jaar geleden bijgewerkt door Jon Skinner 12 jaar geleden 3
When working with my Scala projects, I would like the "target" folder, where all the outputs of a build go, so that files in that folder do not appear when I use the "Goto Anything" feature (CTRL+P). Or, at the very least, have them visibly deprioritised in the search results.

It would also be good to be able to do this with certain patterns of files, such as *.class files. A generalised regular expression based approach like that employed by Mercurial in it's .hgignore file would perhaps be a good all-round solution.
Antwoord
Jon Skinner 13 jaar geleden
You can use the file_exclude_patterns global preference for this
+8

Open File should be able to select directories

Andrew Pennebaker 13 jaar geleden bijgewerkt door adzenith 13 jaar geleden 2
One thing I love about TextMate is its ability to easily open a directory as a project and edit the files inside.
+8
Fixed

Mac I-beam pointer disappears on dark backgrounds.

Jon Thornton 14 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 2
When using a light on dark color scheme like Sunburst, the mouse pointer stays dark and is nearly impossible to see. This is because OS X doesn't invert the pointer color like Windows does. Textmate solves this problem by including a custom pointer icon with the app
Antwoord
Jon Skinner 13 jaar geleden
Added in 2065
+8

"Find Next" (F4) should select the search term

Josh Bjornson 14 jaar geleden 0
When you use F4 or if you double click on one of the "Find in files" search results, it takes you to the appropriate line of the search match, but the matching text is not selected. It would be nice if the matching text was also selected.
+8

Side bar behaves like side panel

Aymeric Burkmann 12 jaar geleden 0
I would love a side bar that behaves like a side panel. I mean that it would automatically show when cursor hit the left side of the screen (or the left side of the ST2 window) and hide on rolling away from the side.
+8

Toggle comment not working on html script tag

Les Stroud 12 jaar geleden bijgewerkt door Alex Ilyaev 11 jaar geleden 4
If there is javascript embedded in a script tag in html, then the following happens:
  • 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.
+8

Wrap the output in the console

Dave Dash 13 jaar geleden 0
The console output is hard to read, so introspecting things with dir() is hard.
+8

Option: create project automatically when a folder is opened

aristidesfl 13 jaar geleden 0

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)

+8

Sidebar doesn't update file after case-only rename on Mac OS X

Victor Kryukov 13 jaar geleden 0
E.g. if I rename PFobject.rb to PFObject.rb, it still stays as former in the sidebar, even after Finder shows the new name.
+8

Copy Syntax Highlighting

radreck 11 jaar geleden 0
It would be great if Sublime Text 3 installs with built-in support for syntax copying. I know there are the ST2 plugins called ExportHtml and SublimeHighlight, but they do not seem to work for me (in ST2 nor ST3).

The functionality I am looking for is found in the NotePad++ plugin called NppExport.


+8

change status bar, command palette and tab font size with zoom

Tair Sabirgaliev 12 jaar geleden 0

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!


Image 181

+8

Development is kind of slow?

Andrei Zisu 12 jaar geleden 0
Development of ST is kind of slow... it's only a few minor changes over a few months. It's one of the reasons I've been holding my 60$ till now. 

Maybe you should consider opensourcing the whole thing to speed up development? 
+7

It would be nice to have an preference option to set background transparency.

ana_st 6 jaar geleden 0
+7

RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL RTL !!!!!!

Osama Qawasmi 8 jaar geleden 0

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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

+7

Pasting lines to multiple cursors

colinta 13 jaar geleden bijgewerkt 12 jaar geleden 3

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.

+7

Ignore comment-only lines when guessing indentation of buffer

Joel Thornton 12 jaar geleden 0
Comment-only lines should be ignored when guessing the indentation of a 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.

+7

Fast tabs closing

Fabrice Laporte 13 jaar geleden bijgewerkt 13 jaar geleden 0
Fast tabs closing with mouse is not feasible yet in ST as tabs size expand during the process.

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). 
+7
Voltooid

Have sidebar closed by default when editing single files

aristidesfl 13 jaar geleden bijgewerkt door Jon Skinner 13 jaar geleden 4
Most of the times I just want to edit a single file and close sublime really quick, yet right now, I'm always presented with Sublime's "project mode" sidebar.

This prevents me from using Sublime as everyday all around text editor since the experience is not pleasant.

Besides that there should be not tabs if a window only has 1 file open.

The same goes for new windows, where a new file is created automatically.. not very sublime to have to take with a sidebar when all I want is to write some text..

cheers :)
Antwoord
Jon Skinner 13 jaar geleden
You can hide the side bar from the view menu
+7

API: Enhance view.get_symbols() to return arbitrary symbol list

bizoo 14 jaar geleden bijgewerkt door Oktay Acikalin 14 jaar geleden 1
As requested in this post http://www.sublimetext.com/forum/viewtopic.php?f=6&t=1407&start=0 , I fairly often need to find where symbols are in a source.
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.