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 12 aastat tagasi 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 13 aastat tagasi uuendaja afields 9 aastat tagasi 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 ⚡_ 13 aastat tagasi 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 13 aastat tagasi uuendatud 13 aastat tagasi 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 13 aastat tagasi uuendaja robertlfr 9 aastat tagasi 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
Lõpetatud

Restore window dimensions and position on start

Vadim Peretokin 14 aastat tagasi uuendaja Victor Costa 5 aastat tagasi 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.
Vasta
Jon Skinner 14 aastat tagasi
This was added in build 2046
+15
Fixed

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

Scott Bowers 14 aastat tagasi uuendaja Jon Skinner 13 aastat tagasi 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.
Vasta
Jon Skinner 13 aastat tagasi
Fixed in 2165
+15

line_padding_left & gutter border

Chris Gaunt 14 aastat tagasi uuendaja Jarrett Billingsley 13 aastat tagasi 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 13 aastat tagasi 0

Add syntax for SML / Moscow ML

+15

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

Oktay Acikalin 14 aastat tagasi uuendatud 14 aastat tagasi 3