- Copy or ctrl+c often enough and the selected texts turns to unknown square character
- Textpad staying open long enough, the program is having difficulty to resize
- Workspace file can disappear itself
- In the document, dash border (top and bottom) of current pointer row is too short, covering the underscore character
- In multiple monitor display, the Find or Replace dialog sometime goes missing or somewhere out of screen area unreachable
- View Line number applies to current document instead of all documents
- Would be great to have find, search and replace multi line texts on multiple documents
- Remove trailing spaces in each lines
Workspace file disappears, CTRL+C makes square characters, dash border...
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Workspace file disappears, CTRL+C makes square characters, dash border...
I have been using textpad for some time and like it especially the workspace features. Though, I have been encountering multiple issues along.
Last edited by AmigoJack on Wed Nov 08, 2023 7:49 pm, edited 1 time in total.
Reason: list formatting; specific subject
Reason: list formatting; specific subject
Re: Workspace file disappears, CTRL+C makes square characters, dash border...
e.) Have a read on Version 9.1.0 - No Search/Replace Dialogs
g.) With regular expressions you can search over more than one line and replace over more than one line. Have a try with ^.+\n.+\n
h.) Search with regular expression \s*$ and replace with nothing.
g.) With regular expressions you can search over more than one line and replace over more than one line. Have a try with ^.+\n.+\n
h.) Search with regular expression \s*$ and replace with nothing.