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

+6

Custom gutter icons

tdegrunt fa 13 anys updated by Diogo Resende fa 12 anys 1
Currently the add_regions(key, [regions], scope, <icon>, <flags>) call, only allows for dot, circle, bookmark, cross. It would be very useful to allow for custom icons, or, add a few more ..

I'm trying to write a debugger for NodeJS applications and I'll try to misuse 'bookmark' and 'circle' for the purpose (breakpoint & run). But specific ones would be more useful.
+6

ASP Classic Comment Adding

Chase Hubbard fa 12 anys updated by Angel Curros Fariña fa 11 anys 1
When you go to add an ASP Classic comment, Sublime adds HTML comments (<!--comment-->) rather than the correct ASP Classic comment ('comment).
+6

German Mac: Unindent shortcut clashes with Layout Grid 4

Leo Koppelkamm fa 13 anys updated by Felix fa 13 anys 2
The shortcuts are the same: Apple+[ === Apple + Alt + 5 on some european keyboards.

Please add something if [ == Alt + 5, then reassign the Layout shortcut to maybe Apple + Shift + Alt + 5
+6

When dragging the last tab from one instance to another, don't leave remaining instance

Scott Bowers fa 13 anys 0
Sublime lets you drag tabs around and snap them out of an instance and into a new instance.  When you drag a tab from one instance to another, sublime will leave the separate instance open when there are no other tabs in it.

Suggestion: when moving tabs from one instance to another, destroy the empty  instance so I don't have to.




+6

Leading and Kerning settings

Gaius Centus Novus fa 12 anys 0

Some monospace fonts are a little "fuller" than others, taking up the full line height or the full box width. It would be nice to be able to adjust the leading and kerning for these fonts.

+6

Easily run Rspec tests

Patrick Turley fa 14 anys updated by Tom Brooke fa 14 anys 2
Many ROR developers rely heavily on tools like TextMate's ability to easily run Rspec tests. It would great if there were a built-in way to do this.
+6

Regex character classes are not locale-aware

kofkof fa 12 anys actualitzat fa 11 anys 3

Hello. The \w and similar regex character classes ([a-z], [[:alpha:]], [[:word:]], etc.) are not locale-aware in the Find/Replace panel. For example, on my french computer, \w correctly matches "a" but not "à". I first mentionned this problem here, in case it helps. Thanks.

+6

Synchronise settings between machines, either in app or through Dropbox

Paul Jones fa 14 anys updated by Nuno Santos fa 12 anys 2
It would be great if our settings and custom packages were synchronised between installs. If doing it directly is outside the scope of the project then simply adding a setting to choose where AppData gets saved would allow us to use Dropbox or similar programs to synchronise it ourselves.
+6

Using more than one dictionaries at the same time

Alkis Petinis fa 12 anys 0
I'm currently writing a text that contains both Greek and English words. The problem is that I can't have spell check enabled for both languages at the same time. I would either have English words underlined as mistakes or the Greek ones, according to the active dictionary. I haven't found any way to enable both at the same time, so if this feature is already present, please ignore my request.
+6

Use checkmarks inside view menu instead of "show/hide"

Dragan Espenschied fa 12 anys 0
This is not very easy to visually scan:

Show Sidebar
Hide Statusbar
Hide Tabs
Show Console

Dependent on the visibility state of an interface element, the verbs in the View menu change.

Using checkmarks would be much more comfortable

    Sidebar
Statusbar
Tabs
    Console

The menu entry would start with the name of the affected interface element, always at the same position, easy to scan which element is switched on or off