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 13 year бұрын 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 11 year бұрын 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 13 year бұрын updated by Leonid Shevtsov 12 year бұрын 3
+11

Highlight folders in file browser panel

Alexey Kinyov 13 year бұрын updated by Bryan Shelton 13 year бұрын 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 13 year бұрын жаңартылды 12 year бұрын 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 13 year бұрын updated by FichteFoll 12 year бұрын 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 12 year бұрын 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 13 year бұрын updated by Joe Esposito 12 year бұрын 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 13 year бұрын 0
+11

Support for whitesmith indentation

11 year бұрын 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.