Code: Select all
BAD:
> endwith:xyz
GOOD:
> endwith: xyz
Code: Select all
BAD:
> endwith:xyz
GOOD:
> endwith: xyz
Code: Select all
BAD:
> endwith:_256k
GOOD:
> endwith: _256k
Code: Select all
GOOD
> endwith:_songs
Code: Select all
BAD
> endwith:_songs
GOOD
> endwith: _songs
I was reading it as excluding, but its including.Filenames (including extension) ending with text.
Never been a fan of that, compared to a simple text file that opens in a non-modal window.I am considering going back to chm help files.
Edit: Thinking that really wouldn't be appropriate (even if I might happen to like it like that).The "help" texts could even be in a simple text file, on disk, & just forward the wanted one on to (Horst's) ShowTx.
(Well, that's how I'd do it. Guess it might not be quite appropriate, assuming you could bundle his program with Everything.)