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

+15

Multiple rows of tabs, colouring tabs

Ricky Haggett hace 12 años 0

My request is for the tab-bar to offer the option of multiple rows of tabs. When I am working with a lot of files at once it would be really helpful to see them all as tabs (rather than hidden in a menu), and get to learn where they all are.


Colouring rows or individual tabs, either arbitrarily or with simple rules (e.g. colouring by file-type) would be super helpful too.



+15

Drag and drop external files into code

Brian Yuen hace 13 años actualizado por afields hace 9 años 3
Recent convert from Texmate and really loving ST2.  One thing that I truly miss is the ability to drag and drop image/css/js files from the project sidebar into an open HTML or CSS window.


For example, if I'm editing a html page, dragging an image from the sidebar into the body of the html will produce:


<img src="my_image_file_from_sidebar.jpg" height="100" width="100" />


or if it's a css file


<link rel="stylesheet" type="text/css" media="all" href="css_file.css"> 

+15

Add toggle folding

Kilian Ciuffolo ⚡_ hace 13 años 0
I expect to fold/unfold with the same shortcut, like textmate does.
Same for multi level folding, right now it is slow.
+15

symbolic links aren't honored by auto-reloading on OS X

glyph hace 13 años actualizado hace 13 años 3
I keep my personal configuration for all my tools, including sublime, in version control.  I have a small script which sets up symlinks pointing back to that directory, so. e.g. my "User" package is at ~/MyConfig/Sublime/UserPackage with a symlink from "~/Library/Application Support/Sublime Text 2/Packages/User" pointing at it.

This works fine on Linux, and mostly fine on OS X, but if I change any files in ~/MyConfig/Sublime/UserPackage, they will automatically be re-loaded on Linux but not on OS X.  (Haven't tried on Windows.)
+15

When using USA International Keyboard Layout, and we want to wrap a selected text into quotes, the first quote overwrites the selected text.

Caio Fernando Bertoldi Paes de hace 13 años actualizado por robertlfr hace 9 años 2
Set your keyboard layout to USA International, then write something into Sublime Text 2, select it, and type a quote (wanting to wrap selected text into quotes). The "pre-quote" overwrites selected text. This "pre-quote" is a state of waiting until a vowel or spacebar be pressed, in order to know which character is user wanting to type.
+15
COMPLETADO

Restore window dimensions and position on start

Vadim Peretokin hace 14 años actualizado por Victor Costa hace 5 años 8
It'd be nice to have the window dimensions and size restored to what they were upon close when SB2 is started, so you don't have to move and resize it as it was previously.
Respuesta
Jon Skinner hace 14 años
This was added in build 2046
+15
Solucionado

Tab dragging is slow and buggy, almost always creates new instance

Scott Bowers hace 14 años actualizado por Jon Skinner hace 13 años 11
Ubuntu x64

When I drag a tab to reorder, sublime freezes for a moment and becomes unresponsive. If I move the cursor down (ever so slightly) it will almost always move the tab into a new instance, regardless of releasing the tab in the current instance's tab space. 

If I click a tab, wait a few seconds, and move the tab up some (def. not down) the other tabs will begin to animate as I move the tab.

If I at any point in time move the tab down slightly, sublime will freeze for several seconds.
Respuesta
Jon Skinner hace 13 años
Fixed in 2165
+15

line_padding_left & gutter border

Chris Gaunt hace 14 años actualizado por Jarrett Billingsley hace 13 años 2
I was wondering if it's possible to implement left padding for lines?
The reason for this is because if the gutter has a different background color from the editable area the code touches the left edge of the gutter, making it not so great to look at.
A little padding on the left of each line would push the text away from the edge of the gutter and make it look better. I don't think this would cause any confusion with indentation, since the padding will affect all lines. 

A border on the right side of the gutter would also be nice to have.

You can see the kind of padding I'm talking about in the image below.
The code does not touch the left border line.

Image 10
+15

SML / Moscow ML syntax.

Christian Emile Delafontaine hace 13 años 0

Add syntax for SML / Moscow ML

+15

Bright UI elements for users who prefer black text on white bg

Oktay Acikalin hace 14 años actualizado hace 14 años 3