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

+2
Fixed

Matching braces doesn't quite work with CSS

Hay Kranen 14 ár síðan updated by Jon Skinner 14 ár síðan 1
When writing a CSS style like this:

#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.
Answer
Jon Skinner 14 ár síðan
Fixed in build 2020
+2

Line Highlight bug?

bnip 12 ár síðan 0
It seems like "highlight_line":true only has an effect if also "gutter":true.
Is this intentional or is it a bug?

I'd like highlighting enabled but gutter disabled if that would be possible. Thanks!
+2

Ubuntu 10.10 - minimap doesn't scroll horizontally

Arun Srinivasan 14 ár síðan 0
In Sublime 1 on windows, the minimap would allow me to scroll both horizontally and vertically.

On Ubuntu 10.10 with Sublime 2, I can only scroll vertically with the minimap.
+2

Delete Non-Empty Folders Linux

Jonathan Bradley 13 ár síðan updated by Martin Aspeli 13 ár síðan 2
Delete folders with content for Linux. Right now I think its doing a rm instead of an rm -rf if its a folder with content. This would help linux users a lot.
+2

Shell-Unix-Generic-tmLanguage add nested brace syntax highlighing

electronico 12 ár síðan 0
It is so simple, just has to be added in Shell-Unix-Generic-tmLanguage ...
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=6977&p=30153#p30118
+2

Lion's press&hold to insert foreign character problem

aristidesfl 13 ár síðan Uppfært 13 ár síðan 2
This feature introduced by OS X Lion isn't working properly. 2 characters are being inserted instead of 1.
+2

Cmd+O should allow you to open directories

josh a. 13 ár síðan updated by kutu 13 ár síðan 1
It's a little thing but it drives me crazy that I can't open a directory easily. Yes, I could choose the "Open Folder" menu item, (1) there's no key shortcut, (2) I shouldn't have to.
+2

Build 2220 - Crash when switching GPU on MPB w/ Retina Display

Nicolas Porter 12 ár síðan 0

Hello! Sublime Text 2 Build 2220 crashes (sometimes) when the GPU of my Macbook Pro 15" (w/ Retina Display) is switched from integrated to dedicated or vice versa.


Thanks!

+1

Sidebar API to filter files on search

Sam Isaacson 5 ár síðan 0

I would really like the ability to filter the files in the sidebar by a search that includes file content. To achieve this, a plugin would need access to the sidebar API.

The current Global Search only provides an extract of the results in a separate buffer but I would like the ability to browse through the results with a quick preview of the files content. This is to achieve a similar search as in Evernote and other similar note-taking software.

+1

Recognize < and ` as bracketing characters while text is selected

Chris Noe 6 ár síðan 0

It would be really useful 2 additional characters would wrap, rather than replace, selected text.

eg: and `mark-up` languages

Or otherwise make it behavior that can be optionally enabled.