monolithpl / stexbar

Windows Explorer extensions (or: what Microsoft forgot to implement in the Windows Explorer)
7 stars 4 forks source link

Add grep like regular expression search to the STEX bar filter #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Simple, provide regular expression search like capability to the filter box 
area of Stex bar in Explorer window.

Original issue reported on code.google.com by rfen...@gmail.com on 28 Sep 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Prepend your regex with an \
if '\' is the first char, the filter treats the following string as a regex.

Original comment by tortoisesvn on 29 Sep 2011 at 1:03