In the "Recent projects" menu, list project name, not absolute path.
"find whole word" for variables
Currently, "find" with "whole word" option enabled doesn't allow to match php variables ($var) and some of ruby variables (@var, @@var) (if the whole variable is searched ("$var"), not the alphanumeric part ("var")). I do kindly request a way to make these match, possibly involving the accordingly adjusted word_separators list.
For the details as to how and why I tried to deal with a similar scenario in a plugin, please see https://github.com/SublimeText/WordHighlight/pull/2
Make sidebar automatically re-open folders after changing projects.
Problems with windows-1250 encoding
I am working with some files encoded in windows-1250 that contain polish characters. And while all other text editors have no problems with showing all the characters right, Sublime Text shows me strange characters.
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
'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'.
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.
Add incremental find and replace across files
Asynchronous file saving
Copy filename / path / full path
URI Scheme handler
http://blog.macromates.com/2007/the-textmate-url-scheme/
I think a lot of people needs it
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.
Code Hinting for HTML Attributes, CSS properties, PHP, Javascript
Minimap colors should be configurable
Textmate style word completion
"TextMate has a simple yet effective completion function on ⎋ (escape). It will complete the current word based on matches in the current document. If there are multiple matches, you can cycle through these by pressing ⎋ continuously. It is also possible to cycle backwards using ⇧⎋.
The matches are sorted by distance from the caret, meaning candidates which are closer to the caret will be suggested before candidates farther away."
This is an improvement over the current tab-completion because:
- The tab key is also used for tabbing.
- It cycles continuously.
- It is based on nearest matches.
Pin single files to project
I'd like to be able to set up the project so that the two folders are pinned to the project sidebar and the two files as well - right now, when adding a file to the sidebar, the file gets openend instantly and is not pinned. Is there a way to do that?
Use Textmate fold markers
Textmate grammars have specifiers for where possible folds should begin and end (foldingStartMarker and foldingStopMarker). It would be excellent if these were supported in Sublime Text 2 to make it easy to fold functions etc.
Allow for custom default window position.
Is Sublime Text unable to print?
Control+P is reassigned to something besides printing, and I don't see an option for printing in the File... menu.
Specs:
* Sublime Text 2.0.1
* Windows 7
drag and drop text not working in Linux
Customer support service by UserEcho