Use text from "Find File" dialog in external viewe
Posted: 2012-03-07, 07:03 UTC
Pre:
- Options: Set "Viewer for F3" to "External viewer" (e.g. Universal Viewer)
1. Open "Find Files" dialog
2. Search for text inside the files, i.e. check "Find Text" and enter some text to appropriate textbox (e.g. "TextToSearch").
3. start search
4. once the search finishes, push "Feed to listbox" button
5. push F3 to open one of the files found and push F3 again to start "Find next" in opened file.
6. external viewer (Universal Viewer) does NOT search for "TextToSearch" (but internal Lister would).
It is obvious every external viewer uses different cmd-line parameter to specify search string (or it doesn't support it at all), but I guess the parameter could be manually specified in config-file of TC. e.g.:
Viewer=<path>\universal_viewer\Viewer.exe
ViewerExternalSearchCommand=/FText=%s
- Options: Set "Viewer for F3" to "External viewer" (e.g. Universal Viewer)
1. Open "Find Files" dialog
2. Search for text inside the files, i.e. check "Find Text" and enter some text to appropriate textbox (e.g. "TextToSearch").
3. start search
4. once the search finishes, push "Feed to listbox" button
5. push F3 to open one of the files found and push F3 again to start "Find next" in opened file.
6. external viewer (Universal Viewer) does NOT search for "TextToSearch" (but internal Lister would).
It is obvious every external viewer uses different cmd-line parameter to specify search string (or it doesn't support it at all), but I guess the parameter could be manually specified in config-file of TC. e.g.:
Viewer=<path>\universal_viewer\Viewer.exe
ViewerExternalSearchCommand=/FText=%s