Thread: Live Preview.
View Single Post
Old 02-24-2017, 05:36 PM   #30
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Tex2002ans View Post
Hmmm, I can think of one helpful search advantage in Notepad++, "Find in All Opened Documents":

http://cdn.ghacks.net/wp-content/upl...t-in-files.png

it then pops up a list with each hit on its own line. Better than a "Count All" showing you the raw number of hits, and having to "Find Next" throughout the entire book.
Some time ago I created a simple regex throw-away plugin for Sigil that displays Python re/regex matches as validation pane entries. (I originally wrote it, because the Python regex engine doesn't support all PCRE features.)
It also supports fuzzy matching, if you select the regex engine instead of the default re engine.
For example if you search for (?:\bthe\b){e<=1}, it'll find the, them, then, she etc.
(It'll only search the currently selected file. To search all files click the Text folder or select all files. You also can't use it to replace text.)
Doitsu is offline   Reply With Quote