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

+5

Definable context for mouse bindings

Oktay Acikalin 14 years ago 0
Will it be possible to define the context for mouse bindings like in the key bindings file?
+5

Open from url

Matt Steitle 12 years ago 0

It would be great to have the ability to open a source file via url.

+5

No Windows Aero style for messagebox buttons

Tobias 12 years ago 0
Message box buttons don't have the Windows Aero style.

Just a minor inconvenience but hopefully it's easy to fix.Image 151

+5

Show a code navigator in the sidebar.

adila papaya 11 years ago 0
The minimap is great but a code navigator would really speed things up a lot.
Here's two example images showing what I mean. The code navigators are in the sidebar on the right.
Image 270
and 
Image 271

It's the main reason that I switch to Coda 2 once my code gets beyond a certain size. 
+5

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`
";
?>

+5

provide keyboard shortcut to indent out to a flat column, starting from multi-cursor insert along a ragged edge

Matthew Trost 12 years ago updated 12 years ago 1

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!

+5

RSS for Sublime releases

Michal Plichta 12 years ago updated by Joel Thornton 12 years ago 1
I would like to see RSS feed for dev and official build od S2.
+5

New window does not preserve hide menu option (Windows)

d B. 13 years ago updated 13 years ago 0
I'm not sure if this is the intended functionality of Sublime Text 2. However, I would appreciate it if the hide menu option was preserved in new windows.
+5

Stagger new windows

Aparajita 13 years ago 0
When new windows are created (either by super+shift+N or by opening a file from the Finder) they are not staggered, but placed directly on top of previous windows. This creates a situation where you can have many windows are stacked directly on top of each other, which makes it difficult to realize this and impossible to select them via the mouse.
+5

Sell t-shirts

Edward D'Souza 13 years ago updated by Mariusz Drozdziel 12 years ago 1
You should sell Sublime Text t-shirts. I know I'd wear one.