Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 572cbd2

Browse files
Added CHANGELOG; releasing version 1.1.0
1 parent 8e5faca commit 572cbd2

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog for SearchInProject
2+
3+
## v1.1.0 2012-12-01
4+
5+
* Fixed: The Silver Searcher not providing line numbers
6+
* Fixed: "No Results" message was never displayed
7+
* Fixed: column information was never correctly parsed and used
8+
* Added: highlighting of search results in files that are opened
9+
10+
## v1.0.0 2012-10-10
11+
12+
* Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Search In Project
1+
# Search In Project v1.1.0
22

33
A plugin for [Sublime Text 2](http://www.sublimetext.com/).
44

@@ -19,7 +19,7 @@ Copy the folder into the Packages folder.
1919
* Use the key binding (`⌘⌥⇧F` on OS X, `Ctrl+Alt+Shift+F` on Windows), or
2020
* Call the "Search in Project" command;
2121
* Enter the search query; **the query is passed directly to the shell command.** You are responsible for escaping the query, but on the up side you can specify any command line options to go with it. This plugin doesn't make an effort to abstract you away from search tools, but provides a convenient way of running them from Sublime Text 2 instead.
22-
* Hit `Enter` (`Return`). In a short while you'll be presented with a "quck select" panel with the search results. Select any file from that panel (it supports fuzzy searching) to go to the match.
22+
* Hit `Enter` (`Return`). In a short while you'll be presented with a "quck select" panel with the search results. Select any file from that panel (it supports fuzzy searching) to go to the match. The search string will be highlighted with an outline and a circle symbol in the gutter area.
2323

2424
If you select text and then run Search In Project, it will pre-fill the search string with the selection text; for example, to search for a word project-wide, do `⌘D, ⌘⌥⇧F, ↩`
2525

0 commit comments

Comments
 (0)