Workspace file disappears, CTRL+C makes square characters, dash border...

General questions about using TextPad

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
marco918
Posts: 1
Joined: Tue Nov 07, 2023 10:50 pm

Workspace file disappears, CTRL+C makes square characters, dash border...

Post by marco918 »

I have been using textpad for some time and like it especially the workspace features. Though, I have been encountering multiple issues along.
  1. Copy or ctrl+c often enough and the selected texts turns to unknown square character
  2. Textpad staying open long enough, the program is having difficulty to resize
  3. Workspace file can disappear itself
  4. In the document, dash border (top and bottom) of current pointer row is too short, covering the underscore character
  5. In multiple monitor display, the Find or Replace dialog sometime goes missing or somewhere out of screen area unreachable
  6. View Line number applies to current document instead of all documents
  7. Would be great to have find, search and replace multi line texts on multiple documents
  8. Remove trailing spaces in each lines
There maybe more but here are some main ones. Hope to see textpad is getting better. Many thanks.
Last edited by AmigoJack on Wed Nov 08, 2023 7:49 pm, edited 1 time in total.
Reason: list formatting; specific subject
User avatar
AmigoJack
Posts: 482
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: Workspace file disappears, CTRL+C makes square characters, dash border...

Post by AmigoJack »

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.
Post Reply