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

+1

File Modified status can scroll off tab. Move to left?

highfructose 13 років тому оновлений 13 років тому 1
File Modified status (asterisk/bulletpoint) appears on the right after the file name in the associated tab.  Since file names can scroll off tabs in cases where many tabs exist/file names are long, this results in the modified indicator being hidden from view.


I should always be able to glance at the tab strip and identify which files are modified and which ones are not.  Because of this issue, sometimes it's impossible to tell, which is frustrating.


Even changing to an unknown-status tab doesn't help, because the obscured name doesn't appear.  Mouseover of the tab shows the file location, still no help.  The only way to tell (in Mac OS) is because the icon at the top of the window title bar becomes slightly grey for modified files (I believe this is a systemwide visual effect). There should be a simpler way to know at-a-glance what's modified and what isn't.


(Using Build 2095, Mac OS)

+1

Select tab color for visual grouping

Jarrod Oberto 12 років тому оновлено Nick Boldt 12 років тому 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 років тому оновлено Jon Skinner 13 років тому 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.
Відповідь
Jon Skinner 13 років тому
Fixed in 2076
+1

OS X Zoom Button Behavior

adzenith 14 років тому оновлений 14 років тому 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 років тому 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 років тому оновлений 13 років тому 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 років тому 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 років тому оновлено Jon Skinner 13 років тому 1
e.g. when you change build to cmd+r in the user keymaps, the menu continues to say "cmd+b"
Відповідь
Jon Skinner 13 років тому
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 років тому оновлено Jon Skinner 14 років тому 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
Відповідь
Jon Skinner 14 років тому
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 років тому оновлений 14 років тому 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.