Open Search Result
a Sublime Text 2 plugin that opens files listed in the Find in File output
Details
Installs
- Total 1K
- Win 725
- Mac 521
- Linux 226
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Open Search Result Plugin for Sublime Text 2
This plugin creates a command that allows you to open files listed in the search results of the 'Find in Files' command.
When run on a line in the search results that includes a line number, e.g., “102: print 'foo'” it opens the file at the correct line number.
When run on a line that contains a file path like '/path/to/somewhere:' in the search listing, it opens the file without a line number specified.
Key Binding
- The default key binding is a Vintage command mode key: “g, o”.
Customizing
You can change various things about the plugin by adding user settings:
- 'highlight_search_results': Set to false to disable highlighting openable paths (the open command will still work)
- 'highlight_search_scope': The scope that will be used to color the outline for openable paths or the icon. See your theme file for examples of colors.
- 'highlight_search_icon': If you want an icon to show up in the gutter next to openable paths, include a valid icon name as a string (e.g., 'circle', 'dot' or 'bookmark')
- 'open_search_result_everywhere': Set to true to enable this plugin on all files not just Find Results panes. You can use this for saving and reopening your find results.
Installing
With Package Control
The easiest way to install Open Search Result is via the Package Control for Sublime Text.
Once you install Package Control, restart Sublime Text and bring up the Command Palette with Command+Shift+P on OS X or Control+Shift+P on Linux/Windows.
Select “Package Control: Install Package”, wait while Package Control fetches the latest package list, then select “OpenSearchResult” when the list appears. The advantage of using this method is that Package Control will automatically keep the package up-to-date.
Without Package Control
Download this package, unzip it and put it in your Sublime Text Packages directory, which can usually be found at ~/Library/Application Support/Sublime Text 2/Packages/
.
Restart Sublime Text and you should be good to go.