
Autosuggest for variables containing dashes doesn't work
The 'extract_completions' method seams to have a bug when it comes to variables that contain one or more dashes.
Testcase
$button_color_main: #0f0 /* works as expected */
$button-color-secondary: #f00 /* will auto complete only the word '$button' */
The bug is double checked and confirmed, more here: https://github.com/alienhard/SublimeAllAutocomplete/issues/18

Is there an option to turn off FILES from the sidebar?

vintage mode - R (replace many)

'Show build results' doesn't make sense if already shown (turn into 'Show/Hide' and move to View menu)
First, Tools->Build Results->Show Build Results menu item does nothing if those are present. It should change name to 'Hide Build Results'.

Menu bar color

Built-in web output tab

Style Token feature from Notepad++
A way to highlight certain pieces of text with different colors. Like the current highliting when you find a word, but I can assign permanent colors to the text.
Very useful when tracking variables / file logs through large files.

Centralized repository for plugins

Change App icon

Why does Windows Install require Administrator privileges?
I'd like to test-drive Sublime, but am unable to install it because it requires Administrator privileges, which I do not have -- only Power User...
Are Administrator privileges truly necessary?

"Zoom" reset

reveal_in_side_bar should scroll the side bar to show the file
reveal_in_side_bar should scroll the side bar to show the file. Currently I have to collapse the side bar in order to get it to do this. Also expand all and collapse all for the sidebar would be useful.

Make unsaved files bold in sidebar (folders section)

Add a code navigator, like panic coda

Convert encoding on the fly or at least when using "Save As..."
For the in-buffer-variant one could come up with a plugin tho...

Sublime is extremely slow
What I mean is when I type text, it is very slow to appear and it appears in bursts. Same thing with erasing and scrolling. Kind of like network lag in video games. This is on a fresh install on Ubuntu 12.04 with no plugins. The system is fast otherwise with a fast cpu and 16 gigs of ram.
After I erase all the settings reverting to "fresh install", it is fast for about two minutes on a normal text file and then becomes very slow again.

Tag Highlighting / Angle Bracket Highlighting

Build without saving

Python code folding of multi-line function signatures
In python, I commonly write functions with signatures that span multiple lines, and code-folding of these functions doesn't work properly.
This an unfolded function:
And this is what happens when you try to fold the function (it just folds up the signature)
Customer support service by UserEcho