Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

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

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?

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.

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.

Customer support service by UserEcho