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

+6

setting for reindent on save or load

Pavlos Vinieratos 14 aastat tagasi 0
should have a setting for reindenting lines on save.

the command is on edit>line>reindent, just call it on save
thanks
+6

Generate a Windows ARM build for jailbroken WinRT devices.

Everyone 12 aastat tagasi uuendaja Feijoo Christophe 12 aastat tagasi 1

Now that there is an untethered jailbreak for WinRT devices, they have become a realistic product for development. Would you consider producing a build for ARM?

+6

Custom gutter icons

tdegrunt 14 aastat tagasi uuendaja Diogo Resende 13 aastat tagasi 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 13 aastat tagasi uuendaja Angel Curros Fariña 12 aastat tagasi 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 14 aastat tagasi uuendaja Felix 13 aastat tagasi 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 13 aastat tagasi 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 13 aastat tagasi 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 14 aastat tagasi uuendaja Tom Brooke 14 aastat tagasi 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 12 aastat tagasi uuendatud 12 aastat tagasi 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 14 aastat tagasi uuendaja Nuno Santos 13 aastat tagasi 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.