AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Plugin pane: File search #111

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Search for a particular file or text inside a file for the currently
selected path (or both paths) or a free form path. Look at
Knuth-Morris-More or Boyer-Moore for fast searching inside the file:
http://www.codeproject.com/KB/recipes/BoyerMooreSearch.aspx. Or cop out and
use IndexOf() or regex or a combination.

Original issue reported on code.google.com by longueur...@gmail.com on 12 Aug 2008 at 2:53

GoogleCodeExporter commented 9 years ago
Duplicate of issue 44.

Original comment by longueur...@gmail.com on 19 Aug 2008 at 1:40