+5

open multiple files from OS context menu

David Warburton 12 year бұрын updated by James Cooper 12 year бұрын 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 12 year бұрын жаңартылды 11 year бұрын 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
Аяқталған

Display folder in files if the filename is used multiple times

Tobias Tom 13 year бұрын updated by Jon Skinner 13 year бұрын 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
Answer
Jon Skinner 13 year бұрын
This was added in build 2091
+5

Syntax highlighting stops mid-file

David Martin 12 year бұрын 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 12 year бұрын жаңартылды 12 year бұрын 15
I played a bit with Photoshop, and this is the result.

Image 120
+5

zen-coding not working

sean skube 13 year бұрын 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 year бұрын updated by Rowan Lewis 13 year бұрын 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 year бұрын 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 year бұрын updated by Chaim Leib Halbert 9 year бұрын 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 12 year бұрын updated by Jesse Ruderman 11 year бұрын 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 year бұрын 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 year бұрын 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 11 year бұрын 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 year бұрын жаңартылды 13 year бұрын 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.
+5

Detect new files or sync with filesystem for 'goto anything'.

Kevin Zettler 12 year бұрын 0

If I open a sublime project from the command line with `subl .`

and then later go to that directory and create new files with `touch newfile.txt` or even switching git branches which adds new files. These files are not detected in the session of sublime using the `goto anything` I have to close sublime and relaunch with another `subl .`

+5

Edit related css and live editing in browser like adobe brackets

aristidesfl 12 year бұрын 0
Youtube video


+5

Always show current line and column

Jimmy Soho 12 year бұрын 0

In the statusbar in the bottom left it shows the current line and column. If you select a word, line, etc. these values disappear. Why? Even in selection mode the cursor is somewhere, please show this invaluable information. Also, when searching within a file, it will show e.g. "32 of 56 matches". Nice, but not as useful information as showing the current line and column where the match is made.

+5

Project windows should include folder name

chaiguy 13 year бұрын updated by Michael Mazour 13 year бұрын 1
When you drop a folder onto Sublime, the project name really should default to the folder name, so there is a way to tell what folder window one is working in. E.g. if I have 17 folders each with an info.xml file, I can't tell them apart in the window list.
+5

project-dependant build system

Joshua Warner 13 year бұрын updated by for_the_winn 11 year бұрын 1
I would like the build system to be configurable on a per-project basis.  I find it somewhat of a pain to use the current build system setup, because I like to put mu cmake-generated makefiles in <project_dir>/build directory, which means that I also have to put another makefile in <project_dir> that just defers to that one, just so that Sublime will be able to "find" it.
+5

Show key bindings for snippets in snippets menu

Ryan Anklam 13 year бұрын 0
Image 37