Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Vintage - better command mode cursor
Add "Open with Sublime Text" context menu item to folders
A live browser preview just like Cssedit
make search highlighting stick around after find window closes
Incomplete C++ syntax highlighting
Save Asynchronously
When saving files, sublime will freeze until the operation succeeds. For local file systems, this is not normally noticeable. For remote file systems, this can cause frustration with the interface being totally unusable while you save a file for 2-10 seconds.
I suggest making sublime save a temporary copy of the file in memory, and then save that file to the file system asynchronously from the user interface. This way, a person can save a file and continue to edit the same file, or switch to a new file, etc.
Sublime won't respond to applescript set bounds of window
set cw to 2560 -- cinema width
set ch to 1440 -- cinema height
set lw to 1440 -- laptop width
set lh to 900 -- laptop height
set mb to 21 -- menu bar
set activeApp to (path to frontmost application as Unicode text)
tell application activeApp
activate
set bounds of window 1 to {cw * 2 / 3, mb, cw, ch}
end tell
It's just annoying to resize windows manually. It's worth noting that I can still resize the program dynamically with a window sizing program like Divvy, but I like the simplicity and price (free) of applescript. Thanks!
Gutter in distraction-free should be next to text, not all the way to left of screen
close less used tabs automatically
note: eclipse has this feature.
Сервис поддержки клиентов работает на платформе UserEcho