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

+3

Chrome-like label for opening a new tab

Artem Gordinskiy 13 aastat tagasi uuendatud 12 aastat tagasi 2
It would be very handy.
+3

Transient Side Bar

Kai Grossjohann 13 aastat tagasi uuendatud 13 aastat tagasi 0
WIBNI there was a way to make the side bar "transient"?  In this mode, a keybinding would open the side bar and then focus it straight away.  And selecting a file in the side bar would select the file, focus it, and hide the side bar.
+3

Left side scrollbars

Brian Vito 13 aastat tagasi 0
Have an option to have scrollbars and/or minimap on the left side of windows; the scrollbar and minimap options should be separate (i.e., it should be possible to keep the minimap on the right and move the scrollbars to the left).
+3

Refresh Folders command in Command Palette

Asher Max Schweigart 12 aastat tagasi uuendaja robertcollier4 12 aastat tagasi 0

The Project - > Refresh Folders command is not available in the ctrl+shift+p command palette. It would be nice if that could be added.

+3

It would be nice to have support for LESS files :)

Roland Groza 13 aastat tagasi uuendaja Joel Thornton 13 aastat tagasi 1
+3

Please add beautifier and validation for XML.

Михаил Гаврилов 12 aastat tagasi uuendaja Andrey Mukovnikov 12 aastat tagasi 1
Please add beautifier and validation for XML.
+3

Add a pre_close event.

Andrew Brookins 13 aastat tagasi uuendatud 13 aastat tagasi 0
I'm writing a plugin that would benefit from being able to detect when a user has initiated closing a file. 

In particular I need to perform an operation that would influence whether or not ST 2 considered the view dirty. 
+3

Allow .sublime-theme styling of fold.png

James Home 13 aastat tagasi uuendatud 13 aastat tagasi 0
Hiya! I'm working on a comprehensive theme/scheme combo and was curious if there was a timeframe for adding .sublime-theme support for the three image files that are still hardcoded to the Default theme. 

These are: 
fold.png
bookmark.png
dot.png

I'd be delighted if you prioritized fold.png in advance of the other three - it's in the body of the file itself and the yellow clashes dramatically with several color schemes. 

Any chance this might surface soon?

Thanks for creating an editor so amenable to customization - I've used and customized nearly all of them (BBEdit, Textmate, Coda, vim, etc.) and this is the most satisfying the process has ever been.
+3

Support for Custom Syntax

Conor Nevin 13 aastat tagasi uuendatud 13 aastat tagasi 0
Adding support which would allow someone to create a new syntax or alter an existing one. 
+3

Make "New View into File" create an exact duplicate of the current view

BillyTom 11 aastat tagasi 0

Right now when creating a new view of a file the newly created tab will display the file at row 1 with the cursor at column 1.


The new tab should have the same view port, cursor position etc. as the original tab. Basically, it should be a complete duplicate of the old view.


Please make this available as an option.