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

+11

In distraction-free mode, show tabs when mouse hits top of screen

klaasman vor 13 Jahren 0

Just like any browser, or at least in Chrome when in fullscreen, it's pretty useful to see the tabs when you hit the top of your screen with your mouse.

+11

TEI p5 suuport

Clément Godbarge vor 11 Jahren 0
Those who work in the humanities and social sciences would greatly benefit from XML TEI p5 support, the international standard to encode texts, sound, images, etc for archival purposes.
Thank you.
http://www.tei-c.org/
+11

add ACK search in project

Klaus Hougesen vor 13 Jahren aktualisiert von Leonid Shevtsov vor 12 Jahren 3
+11

Highlight folders in file browser panel

Alexey Kinyov vor 13 Jahren aktualisiert von Bryan Shelton vor 13 Jahren 1
It's really hard to visually distinguish folders from files in file browser panel. It requires a bit of concentration. I really like minimalistic design of Sublime Text, but this part I think should be a bit more sophisticated. Folders should be highlighted with another color or have an extra icon, arrow is not enough.
+11

BUG: GDI handle leak

Alex vor 13 Jahren aktualisiert vor 12 Jahren 8

Tested with:

Build 2181 both 32- and 64bit versions on Windows 7 x64.


Whenever the auto-complete popup opens (either automatically or manually invoked by hitting Ctrl-Space), it leaks exactly 6 GDI handles which are never returned. This can be verified with either task manager or Windows process explorer.


It's not a major thing, but may affect users who tend to use the editor for very long sessions. Leaking GDI objects usually means to leak memory as a side effect.


To verify that it is not caused by a plugin, I re-tested it with a completely fresh, secondary installation, using the portable package and the behavior did not go away.

+11

Color scheme visual editor

timothykemp+openid vor 13 Jahren aktualisiert von FichteFoll vor 12 Jahren 8
A visual editor for colour schemes, like that provided in Xcode, IntelliJ, Eclipse and many other editors would be a very welcome addition. The current process is very complicated and quite sparsely documented.
+11

Velocity Syntax Support

Z Zhang vor 12 Jahren 0
It would be awesome to support the syntax of Apache Velocity. Our 200-people engineering team are using Velocity heavily every day.
+11

Tabbed console window

Matthias Käppler vor 13 Jahren aktualisiert von Joe Esposito vor 12 Jahren 2
I guess the thing that annoys me most about Sublime 2 is that it prints everything to the same console window.

This totally destroys any form of multitasking that you perform within the editor, such as triggering a test suite and then searching for something. When I do that now, it will trigger the build, but the search results will claim the console window so I will never be able to see the output of the build script again.

In other words, I have to serialize all work that involves printing things to the console, including any form of search you perform.

One solution to this would be to make the console window tabbed as well. That way I could run several tasks in parallel and see all their output at once.
+11

I want to print my text with a printer.

Jonathan Naumann vor 13 Jahren 0
+11

Support for whitesmith indentation

vor 11 Jahren 0
As discussed in this forum thread, in my opinion the whitesmith coding style should be supported by default. In my case, I have no say in this matter, it's the coding style my company has chosen.
An example of how this could work is detailed in this post.