Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
![](/s/cache/1b/bd/1bbd70022671fa04fa687c0a0de272d0.png)
Definable context for mouse bindings
![](https://cdn.userecho.com/characters/84.png?1)
No Windows Aero style for messagebox buttons
Just a minor inconvenience but hopefully it's easy to fix.
![](/s/cache/41/c6/41c692c05ad86fa12f84ab2a28b88aec.png)
Show a code navigator in the sidebar.
Here's two example images showing what I mean. The code navigators are in the sidebar on the right.
![Image 270](/s/attachments/2013/1/0/48226641acbf86d4320567b949b0acbb.jpg)
and
![Image 271](/s/attachments/2013/1/0/eee8892a1426d794c3f8cc12883702a8.png)
It's the main reason that I switch to Coda 2 once my code gets beyond a certain size.
![](/s/cache/fd/7a/fd7ab1e4e72693b2a93f52b363ed567c.png)
multistring sql
When in PHP code string contanin SQL code highlight don't work when string started with new line. Example:
<?php
$query = "
SELECT
*
FROM
`table`
";
?>
Worked well:
<?php
$query = "SELECT
*
FROM
`table`
";
?>
![](https://cdn.userecho.com/characters/77.png?1)
provide keyboard shortcut to indent out to a flat column, starting from multi-cursor insert along a ragged edge
Just to start off: I love ST2!
I have one feature suggestion. Someone may have made a plugin for this, but I haven't been able to find it. (Possibly I'm not Googling the right phrase...)
Let's say I've got multi-cursor insert along several lines of different lengths -- i.e., cursors along a ragged edge, like this:
a|
aa|
aaa|
a|
How can I automatically push the whitespace at the end of each line out to a flat column, like so?:
a |
aa |
aaa |
a |
I've asked this as a question on SuperUser , but haven't come across an answer yet. Would be a very useful feature!
![](https://cdn.userecho.com/characters/100.png?1)
New window does not preserve hide menu option (Windows)
![](https://cdn.userecho.com/characters/65.png?1)
Stagger new windows
Customer support service by UserEcho