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

+4

Only one group visible and/or 'maximize' the current editor tab

kimus 13 years ago 0
I'm finding that is the Layout that defines how many Groups there are in the ST2. But sometimes I want to 'group' several files in one 'screen' and another bunch of files in another 'screen'. So, basically I could achieve that making only one group visible and then I could switch between them without being forced to split in Layouts. Or/And I could 'maximize'  the current editor (ie: like eclipse does double click in tab)
+4

Color support (or command character hiding) in the build output

Martin Heidegger 12 years ago 0

I use sublime builds to run unit tests and in nodejs the unit test system often uses code coloring. Unfortunately the build output shows just the command characters of the colors (no coloring itself) which makes the result painful to read (even in ST3). It would be awesome if the console would support colors but having the command characters ignored would also be a step forward.

+4

Custom ruler & wrap?

Matt Shepherd 13 years ago updated 13 years ago 0
I'd like to put a ruler/wrap at 19 characters for a writing project. Any way that can be customized? 
+4

Icons for Sublime project files

Halbanonym 13 years ago updated by James Homer 11 years ago 1
Please add an icon and file type registration for ".sublime-project" files. Currently the Finder displays a default blank document icon. There was another request for this a year ago and you answered it was fixed in build 2165 but this seems to be false or a regression.
+4

Get Sublime Text to run on RHEL5

Chris R 13 years ago updated 13 years ago 0
I'm stuck on RHEL5 for work, and I have a policy of using only one editor at a time. At the moment, that sticks me with Emacs, but I've heard good things about Sublime Text from colleagues.

I'm interested in giving it a shot, but it'd have to work on that platform. Do you have any plans on either A) building it for RHEL5 directly, or B) providing instructions for building the missing support libraries?
+4

New draw_white_space option: current

Colin Viebrock 11 years ago 0

I'll suggest another option for "draw_white_space" (in addition to "none", "all" and "selection") that only draws whitespace characters on the current line.

+4

OSX: Scrollbar always dark, even in light theme

Kai Grossjohann 13 years ago updated 13 years ago 0
I commented out the settings for "color_theme" and "theme".  ST comes up in its standard pretty dark look.  I then select a light color_theme in the menu, e.g. IDLE.  ST changes its standard pretty dark look to a standard light look that is almost, but not quite as pretty as the dark look.

The problem with the light look is that the scrollbar is still dark.

+4

When you right click on a file tab at the top of the screen, you can have the option to find this file in the folder tree of open projects

Bashkim Isai 13 years ago updated by James Broad 13 years ago 2
When you right click on a tab representing a file at the editor window, you are generally presented with the options "Close", "Close other tabs", "Close tabs right", etc. 

Can we have an option to "Show in project" which selects the file in the project directory tree.
+4

Open in new window if no windows exist on this desktop

Brian Kim 13 years ago updated by Nimi Wariboko Jr 13 years ago 1
I know open_files_in_new_window controls whether or not files open in a new tab or a new window. However, in OS X with virtual desktops, it would be helpful to have an option to always open files in the current desktop, spawning a new window if there are no active windows there.