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

+5

Unified Bar (aka Unibar)

Daniele Orlando 14 jaar geleden bijgewerkt 13 jaar geleden 15
I played a bit with Photoshop, and this is the result.

Image 120
+5

zen-coding not working

sean skube 14 jaar geleden 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 15 jaar geleden bijgewerkt door Rowan Lewis 14 jaar geleden 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 14 jaar geleden 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 12 jaar geleden bijgewerkt door Chaim Leib Halbert 10 jaar geleden 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 14 jaar geleden bijgewerkt door Jesse Ruderman 12 jaar geleden 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

Copy the current viewing file's path to clipboard

Arunprasad Rajkumar 13 jaar geleden bijgewerkt door Alexis Sa 12 jaar geleden 5

It would be nice if we were able to get the full path of viewing file. Suppose if user right clicking on the file-tab it should show option to copy the current viewing file's path to clipboard :)

+5

Side Bar Key Bindings

Liam McLennan 14 jaar geleden 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 14 jaar geleden 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 13 jaar geleden 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.