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

+11

Support for whitesmith indentation

11 ár síðan 0
As discussed in this forum thread, in my opinion the whitesmith coding style should be supported by default. In my case, I have no say in this matter, it's the coding style my company has chosen.
An example of how this could work is detailed in this post.
+11

Favorites files and folders

Samuel Mesquita 13 ár síðan updated by David Martin 11 ár síðan 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 14 ár síðan updated by Pat 12 ár síðan 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 13 ár síðan Uppfært 13 ár síðan 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 11 ár síðan 0
Would be awesome if there was Sublime Text RPMs
+11

Make "About" window closable using Cmd-W

Dean Herbert 13 ár síðan 0
A very minor annoyance.
+11

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

aristidesfl 13 ár síðan updated by FichteFoll 12 ár síðan 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 12 ár síðan updated by Florian Dütsch 12 ár síðan 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 12 ár síðan 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 13 ár síðan Uppfært 13 ár síðan 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.