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

Reindent lines bug in Javascript
1. "Indentation:Reindent lines" does get confused by lines with faulty indentation...
In the example below i have "Tab size set to 4" and "Indent using spaces set"
2. Another bug in the "Indentation:Reindent lines" function: it gets confused by comments.
// Before
namespace('lala', function() {
initialize: function() {
_debug("lala1"); // only indented by two spaces!
_debug("lala2");
}
});
// After "Indentation:Reindent lines"
namespace('lala', function() {
initialize: function() {
_debug("lala1"); <-- still only two spaces
_debug("lala2");
}
});
// Expected but not actual
namespace('lala', function() {
initialize: function() {
_debug("lala1"); // only indented by two spaces!
_debug("lala2");
}
});

Relate projects to folders

Difficult to see/access the directory that a file is in

Matching braces doesn't quite work with CSS
#foo {
}
When writing the first line and pressing enter the second brace is inserted, but the cursor moves *before* this brace. It would make more sense to insert a newline, indent that line and move the cursor there.

Line Highlight bug?

Ubuntu 10.10 - minimap doesn't scroll horizontally
On Ubuntu 10.10 with Sublime 2, I can only scroll vertically with the minimap.

Delete Non-Empty Folders Linux

Shell-Unix-Generic-tmLanguage add nested brace syntax highlighing
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=6977&p=30153#p30118

Lion's press&hold to insert foreign character problem

Cmd+O should allow you to open directories
Service d'assistance aux clients par UserEcho