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

-1

Support for multi-user environment ($SUBLIME_DATA)

eric ripa hace 12 años actualizado hace 12 años 1
Today we can launch Sublime Text with --data to use a custom data dir location. It would be good to have the option to set for example $SUBLIME_DATA to a custom location to make this change "permanent".

This would make it easier to use Sublime Text in a multi-user environment (like a Citrix/VNC terminal service type of corporate environment) where only one central installation of Sublime is present and each user have their own data directory. 
-1

Custom closing bracket position for CSS

Илья hace 12 años 0

Here is an example of what is happening now:

.class {


}


So when I'm typing ".class {" SublimeText automatically inserts "}" (which is correct). Then I press Enter and get this:

.class {

    #CURSOR_POSITION#

}


But what I really want is (attention to the closing bracket - it's indented by additional tab):

.class {

    #CURSOR_POSITION#

    }


I've even seen (ok, it was only once) in some editor special setting for this. Now I start using SublimeText (which is cool!) and I feel that it can be customized in a such way but I'm not quite sure how.

-1

Indentation of PHP 5.4 arrays with new square bracket notation

dan78 hace 11 años actualizado por Flavio De Stefano hace 11 años 1

Indentation of PHP 5.4 arrays with new square bracket notation

It would be helpful to change the auto-indentation settings for PHP files  such that the content of arrays with square bracket syntax is indented.


PHP code auto-indented with ST3 v 5054 looks like this:

Image 259

For nested arrays this quickly becomes very hard to read. 


ST3 correctly indents traditional PHP arrays:

Image 260



Any suggestions how to auto-indent square bracket arrays are welcome. 

-1

The Avanti Law Group: Bankruptcy and Debt Settlement Services

Efrain Hensley hace 11 años 0
Too many consumers feel that their debts are overwhelming and there is nothing they can do other than file a bankruptcy. Due to lack of information, many consumers turn prematurely to bankruptcy. We can help you avoid bankruptcy by settling your unsecured debts on your behalf.
Youtube video


-1

ability to combine counterparts (.h .cpp .m) in sidebar or tabs.. both for open files and folder-browser

walter lynsdale hace 12 años 0
Clicking such a tab would select the last viewed item, clicking again would toggle. another idea for helping c/c++ coders out without needing to remember a hotkey (which may be forgotten when moving between platforms & their IDE's)
The ability to combine multiple extensions for the same filename could be done in a non-c/c++ specific manner, and binary files (.o? .pyc?) ignored.
-1

open files list window

dannie s hace 12 años 0
It would be nice to have the functionality that was in MultiEdit for DOS/Windows - open files list with selection ability (or maybe quicksearch), called by customizable hotkey.
-1

Build system not automatically selected

Adam S hace 12 años 0

I have a question regarding a custom build system. It contains two file types (source.sass, source.scss), but for .sass files build is greyed out until the build system is selected manually. Details here: http://stackoverflow.com/questions/15868151/

Is there a simple explanation or does this happen to be a bug?

-1

Fold Away Non-Matching Lines

Eric Meyers hace 12 años 0
Back in my IBM 3270 mainframe days we used an editor called XEdit. It had a neat feature whereby you could hide away all lines in a file not matching a pattern or keyword.

There is something similar for Vim, called foldsearch (http://www.vim.org/scripts/script.php?script_id=2302).

I suspect some smart person could write a Sublime plugin to do this. Maybe one exists and I haven't found it yet.
-1
Denegado

unify shortcuts under windows and linux

Antoine Hebert hace 13 años actualizado por Jon Skinner hace 13 años 1
I use sublime text on Windows and Linux and some shortcuts are different which is always confusing me. Specially the multiple selection which is shift+alt+down on linux ans ctrl+alt+down on windows.
Respuesta
Jon Skinner hace 13 años
Key bindings are the same between Windows and Linux, except where platform conventions dictate otherwise (e.g. Ctrl+Q to quit on linux), or where the window manager will typically eat the key bindings on Linux.
-1

Support Dart

Mathieu Breton hace 13 años 0
Hi,

Could TextMate support the Dart language (for the syntax colorization)

Regards.