+34

Navigate in the Find Results buffer

Kai Grossjohann 12 year бұрын жаңартылды 12 year бұрын 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 year бұрын updated by Manoj Mishra 8 year бұрын 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 year бұрын updated by -2724 13 year бұрын 3
avoid design by committee!
+32

Add bookmarks to sidebar

Agile Apricot 13 year бұрын updated by Juliana 8 year бұрын 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 year бұрын updated by yf z (追随) 6 year бұрын 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 year бұрын updated by Dylan Glockler 11 year бұрын 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 year бұрын updated by Alexander Momchilov 8 year бұрын 2
Settings screen as alternative to manually editing settings file
+32

Code-Completion Capabilities

psionicsin 13 year бұрын 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 year бұрын 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 year бұрын updated by synect 11 year бұрын 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.
+32

FTP and SVN integration

Austin Condiff 13 year бұрын updated by Will Bond 12 year бұрын 3
FTP and SVN integration would be amazing. I currently use Coda, but I love some of the features in Sublime and would switch in a heartbeat if it included SVN and FTP.
+32

open/save files from a ssh connection

michele franzin 12 year бұрын 0
It would be handly to open & save file from/to a remote folder, using a ssh connection... i.e. doing remote editing.
+32

Syntax highlighting of heredoc in Ruby

Benjamin Quorning 12 year бұрын updated by Nieralyte 11 year бұрын 7
The syntax highlighting of heredocs in Ruby are missing (at least) three things:

* Interpolation is not highlighted:
<<-FOO
<p>#{can_haz_highlight_please?}</p>
FOO

* Heredoc starting without a dash is not recognized:
<<FOO
Not highlighted
FOO

* Heredocs as a method parameter mess up the closing parenthesis:
Hash.new(<<-FOO)
I don't want to write the regex for this one…
FOO

There is some documentation on heredocs here: http://blog.jayfields.com/2006/12/ruby-multiline-strings-here-doc-or.html
+31

Opacity background on mac osx

Anas Mounsif 7 year бұрын 0

How i can get a background transparency on on Sublime Text, like windows?

+31

Scroll minimap on mouse-over

chaiguy 12 year бұрын updated by 11 year бұрын 5
Currently the minimap is static until you click on it, and the view jumps to the proportional location of the mouse. This is fine for smallish documents, but for very long docs (e.g. 2000 lines), clicking a visual representation in the minimap can end up scrolling somewhere totally else.

I suggest scrolling the minimap as the mouse moves over it such that where you click is where you will ultimately navigate to. Once you mouse off of it, it should go back to the current normal view.
+31

IME broken under Linux

Andrew Liu 12 year бұрын updated by Yongdae Hwang 12 year бұрын 4
IME input (for Chinese, Japanese, Korean) are broken under Linux.  Usually we use Ctrl+Space to switch within input methods, however it doesn't work under ST2.
It is a *SEREOUS* issue.  Please fix it!
+31

Auto Complete searches entire project

Zachary Nawar 12 year бұрын updated by Joel Thornton 12 year бұрын 3
Currently auto complete only searches the currently opened file for similar functions. The ability to make it search your entire project would be nice, and have the results be like:
[trying to autocomplete: "Commit"]
server/servercontrol.lua/CommitProperties
server/servercontrol.lua/CommitPlayers
server/serverdebug.lua/CommitDebugInformation
server/server.lua/CommitTime
client/client.lua/CommitData

Which will also show the location of the function or the variable you are looking to autocomplete.
+31

code overview (like outline in eclipse)

Agustin Boleda 11 year бұрын updated by Roberto Martelloni 8 year бұрын 1

Provide a code outline like eclipse


Image 188

+31

Generic API for building UI based plugins.

Harald Lapp 13 year бұрын updated by Hugo Schmitt 11 year бұрын 6
I would very much appreciate an API to build plugins that need user-interaction and therefore integrate nicely with the Sublime Text 2 UI. Something like "TM Dialog" of TextMate would in my opinion be a great addition for Sublime Text 2.
+31

When renaming an open file from within sublime, switch to editing the file with the new name

Acorn 13 year бұрын updated by Cédric ARNOULD 12 year бұрын 3
When you rename a file that's currently open from the sidebar, you currently have to close the tab and reopen the newly named file in order to start editing it.

Would it not make more sense to automatically reopen the file with the new name? Or at least make it an option?