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

Settings for adding padding around text.

Scrolling margin

Search and Replace should allow inserting newlines in the replace section

auto-hide/collapse folder pane
In my experience, an always visible folder pane is just taking up precious screen real estate 90% of the time.
My idea is to have the folder pane collapse to the left, appear when the mouse is positions on the left border for more than half a sec. You can also probably have an options bar at the bottom of the folder pane where a user would be able to set various attributes like "show after X seconds mouse is on left border","disable auto hide", etc.
This would really help when I have large subtrees of folders, and I'd have to resize the folder pane all the way to the right everytime I wanted to select a folder on the lower levels of the tree, and push it back to the left when I wanted to get back to the code.

Bolder/more caret styles

Scroll horizontally using the minimap
- Awesome
- Really useful on wide documents
- Especially helpful when using multi-column layouts i.e currently I avoid multiple columns because it is too much effort to scroll horizontally and word-wrap make the document too long and uncomfortable.

Hoisting the outline
It would be great to be able to hoist the outline in the editor. For example, double-clicking on an outline marker (those little arrows in the margin) would "zoom in" so that the editor now only contains that section. A bread crumb control at the top (or bottom) would indicate where in the outline you are.
Example: editing a large HTML document, I want to make changes to a particular section under <body><div id="main">. I hoist it, so that the editor now contains only the <div id="main"> and its contents up to the closing </div>. Pressing escape goes up one level in the outline.
Hoisting is sort of the opposite of folding. Instead of hiding a section, it hides everything outside the section. It would work equally well for HTML, XML and code.

quick add next and quick find all to be case sensitive
One of the main features is to use Multiple Selections to rename variables quickly. But in java and some other O.O. languages it is important that the features that select them are case sentive.

Highlight folder of the active file in sidebar

"(project) file/name" in title bar
Current set up in ST3 is "file/name (project)"
The problem with that is that minimized windows will chop off the title, and then I only see part of the file path, and not the project.
Customer support service by UserEcho