Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.
Make unsaved files more visible in tabs.
Edit multi-file search results in place
Currently, the results of a multi-file search end up in a temporary editor. It would be an *extremely* time-saving feature to have the ability to edit the files in-place, inside the search results window. Unfortunately it edits the search result editor's buffer, which can be saved on its own, but that's much less useful.
In fact, when I did my first search and got a whole bunch of results in a seemingly editable file, i thought I was being offered dozens of mini editors, and i was blown away. Then i was very disappoint.
Prompt for delete a file
Highlight lines changed from revision control's copy
syntax highlighting for python docstrings (epytext, reStructuredText)
Split the project specification and the project state
"It may be worth doing this, but I'm concerned about confusing people: people may not know what a 'workspace' is, so they use the project functionality when they'd be better served by using workspaces." http://www.sublimetext.com/forum/viewtopic.php?f=2&t=1444&p=6606#p6623
Sublime Text "internally" manages the state information for other aspects of the editor ("Auto Save Session", "Session"), so why not store the project definitions "externally" and the current state (workspace) "internally"?
By storing these separately, people could more easily share projects and could still have their own local workspaces.
The biggest issue I can see is the possibility of the project and the workspace getting out of sync (if one of the files is moved to a different location).
Build without saving
Piping output to sublime should create a new file with the content
Scroll position after the file reload
When opened file was modified externally ST2 makes Revert and looses the scroll position. It makes impossible to watch for the log files changes if it is being periodically updated externally. Scroll position should be restored after the file refresh.
Customer support service by UserEcho