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

+5

Unified Bar (aka Unibar)

Daniele Orlando 13 år siden opdateret 12 år siden 15
I played a bit with Photoshop, and this is the result.

Image 120
+5

zen-coding not working

sean skube 13 år siden 0
I might be posting this in the wrong place but I can't seem to get Zen Coding working with ST2. As far as I can tell, only the expand abbreviation is supposed to work with Sublime but typing "div.test>h1+p" and hitting CTRL+, does nothing. I've installed the plugin with Package Control and am on Win7. Again, I should probably be posting to the plugin developer's page, but I thought since I was new to Sublime it might be something silly I was doing.

UPDATE: n/m - I re-installed after reading this post and it is working properly now.
+5

Show animated highlight when focusing new search result in editor

Joel Thornton 14 år siden opdateret af Rowan Lewis 13 år siden 2
Sometimes it can be hard to spot where on the page your search result is using Ctrl+F, Ctrl+F3, etc.

I'd like to see the addition of a brief animated highlight at the location of the match/focus -- a subtle theme-appropriate glow effect, color throb or similar. Something to draw the eye to the match location without being obnoxious.
+5

With Vintage active, when in multiline mode, pressing ESC should not go to COMMAND MODE

Diogo Resende 13 år siden 0
I'm trying to get used to using vi bindings on Sublime. I know the basic and I like it. But I think I found a bug (or I think it should be a bug). When Vintage mode is active, pressing ESC in INSERT MODE should change you to INSERT MODE (and it does). But... when having more than one cursor (multi-edit), when pressing ESC should only get you out of multi-edit and not got straight to INSERT MODE.
+5

Do not hide command palette when focus is lost

Bob Walasek 11 år siden opdateret af Chaim Leib Halbert 9 år siden 1
It would be helpful if the command palette would NOT disappear if it loses focus. For example, launching the package installer takes a while - I don't want to have to remain focused on Sublime Text while the package list is populated.
+5

SVG ![CDATA[

jay chad 13 år siden opdateret af Jesse Ruderman 11 år siden 1
http://www.peepo.com/index.svg
not a reduced testcase, but will do...

html with inline script is coloured as script, inline css is coloured as css...

svg with inline style or script currently lacks this feature.
brown background, single colour

using 2181 OS X
+5

Side Bar Key Bindings

Liam McLennan 13 år siden 0

 For those who don't like to use a mouse it would be great if there were key bindings to:

  • jump to the side bar
  • navigate the side bar (expand collapse select)
  • jump back to the editor 

+5

colorized / more structured search results

Andreas Sekine 13 år siden 0
The results for a search are uncolored, and generally difficult to read. Providing syntax highlighting, coloring, ability to fold folder results, would make it immensely easier to use
+5

Add Notification System to API

Jacob Gardner 12 år siden 0

It would be nice if there was a notification system that we could have access to from plugins.  Things like builds completing, tests failing/succeeding, etc. could appear in a non-obtrusive spot, briefly, then disappear.  

+5

Support "hidden" data in the buffer

Kai Grossjohann 13 år siden opdateret 13 år siden 0
For plugins that compute buffer content, it would be useful to associate data with the buffer content that isn't visible in the text.

For example, SublimeTODO abbreviates file names that contain to do items, and for jumping to the right spot, it would be good to store the unabbreviated file name somewhere.

And Tablist shows tabs by their names, but since multiple tabs can have the same name, it would be good to associate the view identifier with each line.

And Dired shows files, but for easier parsing it would be good to associate the complete file name with each line.

It would be nice if there was an API that allowed plugin authors to associate data with a region in the buffer.

Kundesupport af UserEcho