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

+1

Select tab color for visual grouping

Jarrod Oberto 13 year бұрын updated by Nick Boldt 13 year бұрын 1
It would be super to nice to be able to right click a tab, select 'color' and then choose one of, say, nine predefined colors from the sub-menu.

This is useful for people like me who often have a lot of files open and want to be able to visually/mentally group files. Even if it's just to mark "currently working on these files".

This is different to other suggestions wanting tab colour by file type or inactivity.

Thanks.
j.
+1
Fixed

Ive had some glitches where i will be typing and the indentation on the line keeps changing from 1 tab space to 2 tab spaces every other character i write.

Zachary Nawar 13 year бұрын updated by Jon Skinner 13 year бұрын 0
Ive had some glitches where i will be typing and the indentation on the line keeps changing from 1 tab space to 2 tab spaces every other character i write.

It usually happens when ive copied some code in, but sometimes it does it randomly.
Answer
Jon Skinner 13 year бұрын
Fixed in 2076
+1

OS X Zoom Button Behavior

adzenith 14 year бұрын жаңартылды 14 year бұрын 10
In OS X, the Zoom button (the green one) is supposed to make the window as large as it needs to be and no larger. Right now the Zoom button expands the window to be the size of the screen. Could this be changed? That way I could use full-screen mode if I want it to be fullscreen, and I could use Zoom to make the window the right size.
+1

Live Edit

Austin Condiff 11 year бұрын 0

I'd like to be able to use Sublime Text like my chrome developer tools. You would be able to watch local files and when it is opened in the browser, the css would change it live. Also as you hover over elements in the html on Sublime Text, it would highlight them as if you were hovering over them in the chrome dev tools.


This has already been done in Brackets (an Adobe project), and kind of in an app called CodeKit. It would be great if it were done in a much better editor like Sublime Text.

+1

Vintaje change inner quotes does not work correctly

Juanda Zapata 13 year бұрын жаңартылды 13 year бұрын 0
This one I use the most, when in command mode, you can type <ci"> or <ci'> and vim replaces the inner text from doublequotes or singlequotes in that line. 

Vintage is a step in the right direction but it still feels quirky and buggy.
+1

Syntax highlighting for Haskell unicode syntax

Wladimir van der Laan 12 year бұрын 0

Support Haskell unicode syntax highlighting (http://www.haskell.org/ghc/docs/7.4.2/html/users_guide/syntax-extns.html ).


I've uploaded the patch here: https://gist.github.com/3744568


This properly highlights the following symbols in their context: ∷,⇒,→

+1
Not a bug

When Updating user Keymap, the menu-keymaps don't change

Tim Buchwaldt 13 year бұрын updated by Jon Skinner 13 year бұрын 1
e.g. when you change build to cmd+r in the user keymaps, the menu continues to say "cmd+b"
Answer
Jon Skinner 13 year бұрын
This is because cmd+b is also bound to the same command, and the menu displays the first key binding listed for the command
+1
Fixed

Snippets (sometimes) trigger within snippets

lappri 14 year бұрын updated by Jon Skinner 14 year бұрын 0
Steps to reproduce: Create a new document and save it as "foo.rb". Type "def" and press tab. "def method_name ... end" appears, with method_name selected. Status bar says "11 characters selected - Field 1 of 2". So far so good. Type "foow" and press <tab>. Snippet triggers on the shortcut "w" and text is now "def fooattr_writer :attr_names ... end"
Note: when I ran through these steps again to reproduce it once more, it did NOT trigger within the snippet. However, subsequent tries DID reproduce the bug.
WIndows 7, ST2 Alpha 20110203
Answer
Jon Skinner 14 year бұрын
In build 2032, snippets will no longer trigger on tab when a snippet is currently active. They can still be triggered explicitly by using ctrl+space.
+1

Ability to collapse horizontal or vertical pane layout

Oktay Acikalin 14 year бұрын жаңартылды 14 year бұрын 1
Currently I often work with 3 panes (1 col, 3 rows). It would be nice to be able to collapse/minimize them by clicking on the resize handle. I've seen that double clicking seems to restore the size to the original one defined in the layout. By using alt+double click it could collapse.
Of course this would only work properly when not using layouts like quad pane.
+1

Quick find all should be restricted to selected region

Bradley Smith 11 year бұрын жаңартылды 11 year бұрын 1

I love the:


1. Find

2. Hit alt-f3

3. hit escape


and then edit all occurrences feature of Sublimetext. However, if I selected a region of text and do this and restrict the search to that region of text then stage 1 above is fine but hitting alt-f3 then finds ALL occurrences in the file, not just the selected region. I propose that Alt-f3 (quick find all) should observe the "in selection" option and only find those items in that selected region.