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

Commit 6ef98c7

Browse files
Releasing version 1.8.0
1 parent f07e643 commit 6ef98c7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for SearchInProject
22

3+
## v1.8.0 2016-10-31
4+
5+
* Support Ripgrep
6+
37
## v1.7.1 2016-08-14
48

59
* Trim longs lines in results so Sublime Text doesn't hang #20 (thanks to @kojoru)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Search in Project screencast](https://raw.githubusercontent.com/leonid-shevtsov/SearchInProject_SublimeText/screencast/screencast.gif)
44

5-
This plugin for [Sublime Text 2 and 3](http://www.sublimetext.com/) lets you use your favorite search tool (`grep`, `ack`, `ag`, `pt`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
5+
This plugin for [Sublime Text 2 and 3](http://www.sublimetext.com/) lets you use your favorite search tool (`grep`, `ack`, `ag`, `pt`, `rg`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
66

77
It opens a quick selection panel to browse results, and highlights matches inside files.
88

0 commit comments

Comments
 (0)