Shift-click minimap => move to shown location
When I open like a 5000 line file in sublime,
the minimap can't show everything in one vision, so it only shows a portion of it. (which is fine.)
So I look at the minimap, and notice the area I want to move to, I click that area.
Now right here, because I the minimap only shows a small portion of the file at the moment,
even if this area X is, say, 1/3 way from top in the minimap, it can be actually from bottom in terms of the entire file.
So when I click the area X in the minimap,
the view moves to 1/3 way from top out of the FILE, which may be no way near the actual area X.
The way it is now has a logic of it's own too.
So may I suggest, maybe if I shift-click it instead, it could move to the place visual in the minimap? instead of acting exactly like a scroll bar?
I know this description is confusing in words. If you need clarification, just comment, or open a really really long file in sublime and mess around with the minimap. You will see what I mean.
Goto anything overlay too narrow
Exclude files/folders from project with regex patterns
save file should occur without freezing editor
Bold and Italic font support to display keywords text
[Suggestion] Convert indentation to spaces or tabs on save
Support Delphi files(.dpk, .dpr, .pas, .dfm) and *.rc, *.ini *.mc
I use delphi, will be great to have support Delphi files(.dpk, .dpr, .pas, .dfm) and *.rc, *.ini *.mc files
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.
Customer support service by UserEcho