Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Keep undo history across sessions, per file
Insert file creation date or current date into snippet
It would be great if there were a snippet variable for various dates (current date, file creation date, file last-modified date) in order to craft informative file-heading comments that give away some clue as to the age of a file and how often it's updated.
Support vim's scrolloff
"Zoom" reset
Save a copy
Default encoding (charset) to save new files
Would be nice if the editor could save new files with a predefined charset.
My employer use ISO-8859-1 as default charset and I have to change this everytime I save a new file.
Display syntax selectors with unicode characters (aka Vim's conceal)
In Vim 7.3 they added a really nice feature allowing to display some syntax regions (selectors) as configurable unicode characters. It makes much easier to read some languages, like the following example for Javascript where "function" has been replaced by "𝑓", "this." by "@" and "return" by "↩" .
With the recent inclusion of code folding, which allows for "inline" folds, I think the editor is ready to implement this feature without much effort.
I've tried to implement a plugin for this but I'm lacking one API function, which could work just like View.fold but allowing to set a custom character and syntax selector for its display, instead of the currently hardcoded fold icon.
Improve discoverability of Sublime's functionality
Improve the discoverability of Sublime's manifold functionality. Some ideas:
* Optional tips-on-startup dialog (with "don't show next time" checkbox); especially useful for new users of the demo version
* Add a mechanism like `apropos` to search for commands/keybinds that may do what you want. Having a short plain-English description with each command would improve search discoverability. Descriptions would need to be associateable with both commands and specific keybinds. Add a help menu item labeled "I want to..." to open the apropos prompt.
* Add a mechanism for the user to get context-sensitive help for any keyboard command or menu item. Wire it up to a wiki to let the community help build up these docs.
* Add a help menu item "Keyboard shortcuts" which generates a human readable list of the current keybindings in a new buffer. This list could sort the binds by keystroke and include the short `apropos` description for each keybind.
* Require installed packages to provide apropos-style descriptions of all their commands and key bindings.
* Allow package creators to include a help file with their package. Make these help files accessible through a new help menu item "Package Help >".
Do not copy an empty string to the clipboard when Ctrl-C is pressed and nothing is selected.
Servicio de atención al cliente por UserEcho