Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+11

Favorites files and folders

Samuel Mesquita vor 13 Jahren aktualisiert von David Martin vor 12 Jahren 3
Hey guys, I'd really like to have favorites in my sidebar. I think this feature will help a lot of people. Could work like that:

- Right click on a file at the sidebar and set as favorite;
- Go to a folder named "FAVORITES" with an alias name;
- Searchable via "Go to Anything", but with a flag.

Thanks.
+11

Key binding context to only react on e.g. Python code

Oktay Acikalin vor 14 Jahren aktualisiert von Pat vor 12 Jahren 10
What do I have to put into the context list to only have my key binding react on scope source.python?
I want to bind the same key to somewhat similar scripts but for different languages (e.g. Python, PHP, XML, Bash).
+11

CodeIgniter

kickitfar vor 13 Jahren aktualisiert vor 13 Jahren 0
I would like to see a CodeIgniter plugin with autocomplete code.  I would probably use Sublime Text if it has this feature.
+11

Sublime Text RPM packages

Karl Fischer vor 11 Jahren 0
Would be awesome if there was Sublime Text RPMs
+11

Make "About" window closable using Cmd-W

Dean Herbert vor 14 Jahren 0
A very minor annoyance.
+11

Definitions to configure (up/down) history key bindings on find panel

aristidesfl vor 13 Jahren aktualisiert von FichteFoll vor 12 Jahren 2
In the find panel, I would like to assign the history's (up/down) arrows to alt + (up/down).

Then assign the (up/down) keys to dismiss it like currently escape does. This would allow me to drop the incremental search and use the find pannel for everything, thus simplifying the logic of find usage.

Would be possibly interested also in doing the same thing with the (left/right) keys.


There should exist definitions in the Key Bindings file which allowed the customization of these actions.
+10

Opposite of wait flag

Mark Lentczner vor 13 Jahren aktualisiert von Florian Dütsch vor 12 Jahren 1
Often I want to pipe some output into subl, but I don't want the subl command to --wait. However, since --wait is implied when the input is stdin, there is no way to turn this off.

There should be an option to explicitly turn the option off, even when reading from stdin.  Either call this --nowait, or perhaps -r / --read, or perhaps -p / --pager.
+10

Sublime Build configuration file_regex improvements

Mitch Connors vor 12 Jahren 0
Currently, the sublime-build file's file_regex property requires the full path to the file containing the error, and only allows one regex per command.  Grails has different formatting for compilation and run-time errors, and run-time errors include only the file name and extension.  

I would like to use goto anything like functionality to open the offending file even if the path isn't provided, and I would like file_regex to accept an array of regex patterns, allowing for multiple error formats within the same command.  This would make the build feature much more helpful to grails developers, and probably other platform users as well.
+10

Web-Browser Tabs

Philipp Schaffrath vor 13 Jahren aktualisiert vor 13 Jahren 0
How cool would it be, if users where able to open different kind of tabs?
For example i want to see how my web-project looks in several kind of browsers, so i could create a Google-Chrome Tab, InternetExplorer Tab, Firefox Tab or Opera Tab.

I know its hard to realize such a functionality, but maybe the Browsers provide the functionality to talk to their renderfunctions. In that case you could check which browsers are installed, and include them directly into the editor.

SublimeText is a Texteditor and i know that some people are not going to need this functionality, but its a cool idea, and its worth to get realized if its possible.
+10

// Feature Request: Better Bracket Highlighting

Sebastian Seelig vor 13 Jahren aktualisiert von Andrey Belkov vor 13 Jahren 3
I love your editor, but it need a better bracket highlighting.

Positioning the caret immediately after a bracket will highlight the corresponding closing or opening bracket (assuming it is visible), and draw a scope indicator in the gutter.

This is done perfectly in jEdit.

See a screenshot here:
http://img16.imageshack.us/img16/2672/bracketmatchingjedit.jpg

Here you can see a line on the side matching the matched function brackets.

Please implement this for a bette experience :-)

Best regards
Sebastian