+184
A Better Looking Find in Files Result Page
A better looking find in files results like AckMate Plugin for Textmate (https://github.com/protocool/AckMate) does. Current search results are shown in a bit confusing way.
Customer support service by UserEcho
Definitely agree with beatlevic. This is the main thing making me think twice about purchasing Sublime Text (although I probably will anyway). The Find and Replace could be much better. I'm mainly hoping for syntax highlighting (http://sublimetext.userecho.com/topic/27209-add-syntax-highlighting-to-results-in-find-in-all-files/)
Espresso has a beautiful find and find & replace bar that would make a good model. It'd be worth looking at. It acts like super+i in that it goes to the first occurrence, and it also highlights all occurrences. Then you can replace one, or use the arrow to go to the next and replace it, or replace all. I'm sure other apps are like that too; I know Chocolate is like that too. They're both very intuitive. Functionality like that would be perfect for super+f, plus a separate multi-file search (shift+super+f), which TextWrangler does quite well (it opens a new window, and shows each occurrence in the top pane with a larger pane below it in which you can actually edit & save each file as you go through the results), would be great! Find & find/replace is the only thing that bugs me about Sublime, which is otherwise fantastic!
I just noticed that Sublime's "replace" panel behaves pretty much identically to Espresso and Chocolat's "find" (which does find/replace/replace all). That's awesome. So I switched super+f to pull up the "replace" panel instead, within my user keybindings:
{ "keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"} }
The only thing missing now is a count of occurrences found.
http://stackoverflow.com/questions/12533094/combining-syntax-definitions-in-sublimetext2
https://gist.github.com/tiffon/4333623#file-find-results-hidden-tmlanguage