In my opinion you shouldn't use MS Windows Find form. Instead you can redesign a form for regular expressions. and we can express /t or ^t for tabs
and ^CR or /cr or <CR><LF> for end of lines.
<0x52> for some ascii codes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Search with Regular Expressions in the open File or the selected Directory is implemented. You can jump with a mouse click to all found entries.
Next Step could be replace all entries with a new text?!
what you mean about?
Thanks for other feedbacks to the new version.
In my opinion you shouldn't use MS Windows Find form. Instead you can redesign a form for regular expressions. and we can express /t or ^t for tabs
and ^CR or /cr or <CR><LF> for end of lines.
<0x52> for some ascii codes.
good idea
i will implement in the next version....
thanks for the feedback