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

+34

Navigate in the Find Results buffer

Kai Grossjohann 12 years ago updated 12 years ago 0
I always have "Use Buffer" turned on when doing Find in Files.  I would like some keybindings to browse the Find Results buffer:
  • Go to next/previous search.  (A search begins with a line "Searching 999 files or foo" and ends with a line "42 matches across 21 files.")
  • Go to next/previous file.  (To the next line that contains a file name followed by a colon.)
  • Go to the next/previous search result.  (A line that contains the line number followed by a colon.)  Note that this is different from F4 -- I want the cursor to move in the Find Results buffer but not the corresponding find result to be opened.
What would also be cool would be advanced editing:
  • Delete current file from Find Results (= the file name heading plus all matches from that file).  Delete current search from Find Results (= the whole section from "Searching 99 files for" to "9 matches across 9 files").
  • Delete all but the current search (= the search I'm looking at) from Find Results.
  • Delete all but the most recent N searches from Find Results.
  • Fold all searches.
  • Fold all files based on matching file name criteria.  E.g. when searching in my Packages folder, I often get lots of matches in the SublimeCodeIntel package, and it would be cool if I could hide those all in one go.
+33

close tabs to the left

Darren Dub 12 years ago updated by Manoj Mishra 8 years ago 6
If you right click on the tab you are given the option to close tabs to the right. I find myself always needing the opposite.

New files add tabs to the right. So the tabs on the left I haven't used as recently. I usually want to clean up the clutter by closing all the files I haven't used in a while which would be all tabs to the left.
+33

don't implement everybody's feature request

David Alexander 13 years ago updated by -2724 13 years ago 3
avoid design by committee!
+32

Add bookmarks to sidebar

Agile Apricot 13 years ago updated by Juliana 8 years ago 4
Add the currently selected buffers bookmarks as a group in the sidebar. For long pages it would be so muck easier to click a link in the sidebar.
+32

Multiple font families

Matteo Capobianco 13 years ago updated by yf z (追随) 6 years ago 7
It would be nice to have the possibility to set multiple fonts in the User File Preferences, so that if I copy my settings to another machine and that machine doesn't have that font, ST2 tries to use the other fonts I set.
Similar to the way CSS fonts work.
+32

FTP Integration

Benny Schmidt 12 years ago updated by Dylan Glockler 11 years ago 10
It would be nice to have integrated S/FTP in Sublime like in Notepad++ right under the or as an sidebar.
I'm now using Transmit and that makes Sublime crash sometimes.
+32

GUI for settings

Werchter 13 years ago updated by Alexander Momchilov 8 years ago 2
Settings screen as alternative to manually editing settings file
+32

Code-Completion Capabilities

psionicsin 13 years ago 0
I know packages like TextMate and DreamWeaver have this off the bat. Something like this would be great in Sublime Text 2. Pair this is predictive text, and it'd be a HUGE feature!
+32

Plugin API request

reinsteam 12 years ago 0
Hi, guys

Is it possible to extend plugin API for supporting syntax highlighting in plugins ? The main idea is to use SublimeClang plugin to make C++/C syntax highlighting more predictable and precise. it's really hard to achieve such a precise results as, for example, in Source Insight 3 using only regex and without having powerful parser.

As I see SublimeClang developers don't mind to make that functionality (https://github.com/quarnster/SublimeClang/issues/47) The only obstacle is absence of required API

Thank you

+32

Titles on minimap

Ivan Galyatin 12 years ago updated by synect 11 years ago 1
It would be cool if i could put a special comment, like:
//! some comment
and it will be visible as a title on a minimap.