![](/s/cache/96/e9/96e981e55706e787a5d1c5170672b5ca.png)
Access Terminal (Mac OSX) while in Distraction Free Mode.
![](https://cdn.userecho.com/characters/76.png?1)
Windows 7 Alt + Space + N does not minimize
![](/s/cache/53/7c/537c4a5a5659e47f372b121e5511e4e1.png)
Add support for color highlighting in Console Tab
![](https://cdn.userecho.com/characters/86.png?1)
show inconsistent indentation bugs
![](https://cdn.userecho.com/characters/74.png?1)
How do you have a code outline w/ sublime text 2?
![](https://cdn.userecho.com/characters/83.png?1)
Sublime 2 slow when working with remote projects
Recently, I've been using sublime with a remote sftp project through a VPN. I've noticed that when sublime loads this project the sublime interface will gradually get slower over time.
Normally, after about an hour of use, there will be a delay between typing and when the characters display. Command keys, like find/replace will take 1-2 seconds to open, etc.
This problem will only occur when I open a remote project. If I stick to local projects, sublime will respond quickly. But if I switch to a remote project, even for just a second and then back again, sublime's response will degrade over time.
The problem isn't related to saving files, although saving files does freeze sublime until the operation completes.
This is on Ubuntu 11.04.
![](/s/cache/9b/e1/9be1245d04616adc880adc4af77f1bf6.png)
Panes navigation with keyboard
![](/s/cache/40/ec/40ec52556fa53dedf3bbd888652c804c.png)
"Open Terminal here" as tab instead of window if possible
#!/bin/bash
CD_CMD="cd "\\\"$(pwd)\\\"" && clear"
VERSION=$(sw_vers -productVersion)
if (( $(expr $VERSION '<' 10.7) )); then
RUNNING=$(osascript<<END
tell application "System Events"
count(processes whose name is "Terminal")
end tell
END
)
else
RUNNING=1
fi
if (( $RUNNING )); then
osascript<<END
tell application "System Events"
tell process "Terminal" to keystroke "t" using command down
end
tell application "Terminal"
activate
do script with command "$CD_CMD" in window 1
end tell
END
else
osascript<<END
tell application "Terminal"
activate
do script with command "$CD_CMD" in window 1
end tell
end tell
END
fi
![](/s/cache/24/8e/248ebeaf89a6d939edaedb57c73df4c4.png)
See filename of currently active documents
![](/s/cache/1b/bd/1bbd70022671fa04fa687c0a0de272d0.png)
Completion overlay size too small
Screenshot: http://dl.dropbox.com/u/587049/sublime%202034%20too%20narrow%20overlay.png
![](https://cdn.userecho.com/characters/84.png?1)
Haskell Syntax Highlighting - improper highlighting in import and module declarations
![](/s/cache/f2/24/f22434da3cd2969b66dae813f5158ad9.png)
Project Name's Listed Above Folders On Sidebar (on title bar too?)
![](https://cdn.userecho.com/characters/77.png?1)
pythonpath
![](/s/cache/62/5b/625b438eaf40358b881042f55c688336.png)
Showing function's arguments when typing "(".
For example, if I type "unlink(", a tooltip will be openned with the arguments: "unlink(string $file..."
![](https://cdn.userecho.com/characters/75.png?1)
control click html links to open them in browser
- hotkey to open a selection of links
- cf. http://superuser.com/questions/209258/open-http-links-from-notepad-to-default-web-browser
![](/s/cache/6d/0e/6d0e44d985e8b640e075a6c0d47deaeb.png)
Please fix the mouse trap below the mini code preview area
![Image 130](/s/attachments/2013/1/0/81dfb66d5e52c0c4729ff6a5c0398a2b.png)
![](https://cdn.userecho.com/characters/80.png?1)
Remember encodings for saved session
![](https://cdn.userecho.com/characters/77.png?1)
Open project opens new window
Сервис поддержки клиентов работает на платформе UserEcho