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

+6

On a mac, build 2036, when I save a new file it assumes a .txt extension and asks if I'm sure I want to use a file extension that's not .txt

Brad Gessler vor 14 Jahren aktualisiert von Jon Skinner vor 14 Jahren 2
On a mac, build 2036, when I save a new file it assumes a .txt extension and asks if I'm sure I want to use a file extension that's not .txt. Forcing a .txt is a bit presumptious since most folks are saving .txt files with different extensions (like Ruby .rb files for example).

Screenshot https://skitch.com/bradgessler/rughc/sublime-text-2

Also, when I type in Cmd + A for the file name, I get an audible bell warning.
+6

Highlight the contents of the html style attribute like it was css code.

Ken Corbett vor 13 Jahren aktualisiert von Sergey Zarovski vor 13 Jahren 1

Right now it displays as a plain string.  The Komodo Editor has this feature and I always found it nice.

+6

Separate build/run actions

Jurriën Stutterheim vor 14 Jahren 0
Currently, there is only the Build action available, but I would also like a separate Run action.
In case of Haskell, Build would call "ghc --make", while Run would call "runhaskell".
+6

Zoomed minimap

krant vor 14 Jahren aktualisiert vor 14 Jahren 1
When viewing large log files minimap navigation become too sensitive - a little scroll movement can skip several pages. It would be really nice if minimap will act as zoom lense and scrolling become more smart.
+6

Find in files: option to not warn about "Unable to open file".

Mike Cooper vor 12 Jahren 0

I have a project with a lot of broken symlinks that I can't really do anything about, so most of my "find in files" searches have a few dozen garbage lines that I can't really get rid of. It would be great if there was an option to turn these warnings off.

+6

Add indentation event listener to API

Scott Allen Baldwin vor 13 Jahren aktualisiert vor 13 Jahren 0
Add an event which fires whenever the auto-indentation rules would be applied. This would allow plugins to override the default auto-indent mechanism and apply language-specific indentation rules. A feature like this could go a long way towards making the editor more Lisp-friendly.
+6

A really great product!

Objective Sheep vor 13 Jahren 0
Thank you for this wonderful text editor. I understand the new version is still young and that a lot of things will be improved in the future but the foundations are astonishingly good. Switched from Textmate and I'm loving it so far. Bought the license to add fuel to its development. Keep up the good work!
+6

line highlighting and spell check

Perry Kibler vor 12 Jahren aktualisiert von Keith David Bershatsky vor 11 Jahren 7

On the Mac version, if you have line highlighting and spell check both set to true, the spell check (at least with the Twilight theme) is very flakey. The lines always show up, but the text will go from black to white quite often. 

+6

Jump to matching tag

Cideo vor 11 Jahren 0
"jump to matching bracket" (Ctrl+M) should works with XML/HTML tags


+6

Embed the Sublime editor into other applications as a win32 control

Francis Crick vor 12 Jahren 0
At work a lot of people use Sublime Text 2 as a code and text editor, and we also use custom tools that combine text editing with a variety of other editing controls for various workflows.  It would be great if we could migrate our embedded editor from Scintilla to Sublime Text, then we could have a single framework of extensions that could be used both by our custom tools, and by all our Sublime Text users.