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

+5

open multiple files from OS context menu

David Warburton vor 12 Jahren aktualisiert von James Cooper vor 12 Jahren 2
One feature I miss from my old text editor (edit plus) is the ability to select multiple items in the windows explorer and right click them to edit them in the editor.  Right now I have an explorer window open with 15 small text files in it and I need to inspect each one, so I guess i'm going to loop over them in powershell and open each one individually.

This should be an easy feature to add to Sublime Text 2, it's just an additional registry entry IIRC (on windows at least).
+5

Direct edition from "Find in files" result window

Xaapyks vor 12 Jahren aktualisiert vor 12 Jahren 4

It would be neat to be able to directly edit lines appearing inside the find in files results window, and everything would be remapped to actual files.

+5
Fertiggestellt

Display folder in files if the filename is used multiple times

Tobias Tom vor 13 Jahren aktualisiert von Jon Skinner vor 13 Jahren 0
It would be nice if the files section in the sidebar could display the name of the folder inside which it is stored. 

If the filename is used only once it should be skipped, otherwise it would be displayed. 

This is how Espresso currently displays it (which is kind of nice): http://tpt.vc/60S4
Antwort
Jon Skinner vor 13 Jahren
This was added in build 2091
+5

Syntax highlighting stops mid-file

David Martin vor 12 Jahren 0

In certain files, the syntax highlighting stops midway through the file, with everything below it being rendered as plain text.


There is an example in the forum  with a C++ file,and I have seen it on several files now. It is not just limited to C++, as I have seen it in Shell Script (Bash) files too.

+5

Unified Bar (aka Unibar)

Daniele Orlando vor 12 Jahren aktualisiert vor 12 Jahren 15
I played a bit with Photoshop, and this is the result.

Image 120
+5

zen-coding not working

sean skube vor 13 Jahren 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 vor 14 Jahren aktualisiert von Rowan Lewis vor 13 Jahren 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 vor 13 Jahren 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 vor 11 Jahren aktualisiert von Chaim Leib Halbert vor 9 Jahren 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 vor 12 Jahren aktualisiert von Jesse Ruderman vor 11 Jahren 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