Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Atomic file saves to ensure file integrity
The way sublime editor works currently, is that first truncates the file, and then writes its content.
This has various unwanted consequences:
* Files are temporarirly left in an incomplete/inconsistent state while saving, and that might have various unexpected side effects. If there is interruption while saving to the network, the file will remain corrupted until the the user restarts the editor, and the file recovery mechanism kicks in.
* It breaks most file monitoring system, such as inotify; as the notification is triggered the moment it is truncated. It makes things like Guard and LiveReload not work properly, as they update the browser when they detect a change in the file. But when they do, the filesize is 0 bytes.
Screencast on Guard and LiveReload: http://railscasts.com/episodes/264-guard
Guard: https://github.com/guard/guard
LiveReload: https://github.com/mockko/livereload
setting for reindent on save or load
Generate a Windows ARM build for jailbroken WinRT devices.
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?
Custom gutter icons
ASP Classic Comment Adding
German Mac: Unindent shortcut clashes with Layout Grid 4
When dragging the last tab from one instance to another, don't leave remaining instance
Leading and Kerning settings
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.
Easily run Rspec tests
Regex character classes are not locale-aware
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.
Service d'assistance aux clients par UserEcho