Some people use this feature daily others are unpleasantly surprised when they find out.when i look for maps\no nothing is found. But when i look for maps\No search returns me correct result.
In Lister, a search for the string "\t" in normal mode (e.g. "Reg. Expr." not checked) matches tabs (as it would in RegEx-Mode), not the real string "\t"
This is because TC supported finding tabstobs and line breaks way before support for RegEx was introduced
If a text file contains e.g. text d:\test, the search will be successful for both search patterns d:\ and d:\\, but unsuccessfull e.g. for the pattern d:\t.
Searching for Load\n or Edit\n gives false results
I was searching for files containing the text '\n'. Note that if You search for '\\n', TC finds the files containing '\n', not the files containing '\\n'
Therefor it would be nice to introduce an option in the dialog like Notepad++ Image: http://files.myopera.com/bartgzn/files/Notepad++.JPG
Or an option in the ini file like NormalTextSearch=1 or 0.
Normal text would be anything one can type and search for in Notepad.