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.
You can change various things about the plugin by adding user settings:
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.
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.