Search found 22 matches

by Mr. Code Monkey
Sat Mar 18, 2023 5:18 pm
Forum: General
Topic: Workspaces have multiple new bugs in TextPad 9
Replies: 2
Views: 1381

Re: Workspaces have multiple new bugs in TextPad 9

kevinHealy, for some reason I didn't get a notice of your reply.

Anyway, it seems that these issues may have been silently fixed in version 9.1.0. I don't see them enough now to get irritated.
by Mr. Code Monkey
Sat Feb 04, 2023 7:46 pm
Forum: General
Topic: Windows alt codes do not work in TextPad 9
Replies: 17
Views: 5097

Thank you; I was not aware of that workaround. But note that we use alt codes to input other things besides accented characters. EG ¼, £, ⟺, etc. I've just come across a handy tool for inputting accented characters which I'll pass on. It's part of Microsoft's PowerToys collection which you can in ...
by Mr. Code Monkey
Mon Jan 30, 2023 8:09 pm
Forum: General
Topic: Windows alt codes do not work in TextPad 9
Replies: 17
Views: 5097

Thank you for pledging to fix this.
by Mr. Code Monkey
Sat Jan 28, 2023 8:39 pm
Forum: General
Topic: Workspaces have multiple new bugs in TextPad 9
Replies: 2
Views: 1381

Workspaces have multiple new bugs in TextPad 9

I use multiple workspaces and the feature was great in TextPad 8. But now several problems have cropped up in TextPad 9 and TextPad 9.0.1 Workspace menu shortcut loads the wrong workspace. Set-up/use several multifile workspaces. Start a new TextPad instance. Try to open the most recent workspace ...
by Mr. Code Monkey
Sat Jan 28, 2023 6:58 pm
Forum: General
Topic: Windows alt codes do not work in TextPad 9
Replies: 17
Views: 5097

IMO we should be pushing for a fix, and not needing to resort to workarounds. Yes, exactly! Especially since cut-and-pasting every single letter or character is an insane way to work. The alt-x sequence apparently only functions in Microsoft Office/365 -- which we don't use -- and I guess TextPad ...
by Mr. Code Monkey
Sat Jan 28, 2023 5:50 am
Forum: General
Topic: Windows alt codes do not work in TextPad 9
Replies: 17
Views: 5097

Windows alt codes do not work in TextPad 9

I occasionally need to use windows alt codes and this worked in TextPad 8 and earlier. For example if I hold down Alt and type 0233 on the number pad, it inserts "é". (This works in all windows programs that support Unicode except TextPad 9.) In the latest TextPad, a box "" appears instead. Pasting ...
by Mr. Code Monkey
Wed Nov 09, 2022 12:16 pm
Forum: General
Topic: Current line box
Replies: 15
Views: 5272

I want highlighting (color) but no box. I'm glad that that is once again possible, but the FB/BG stuff is counter-intuitive and non-standard -- hence the "misunderstanding". (Which is really a design/documentation/help error.) But at least this thread is here now, so other people will have an easier ...
by Mr. Code Monkey
Wed Nov 09, 2022 10:15 am
Forum: General
Topic: Current line box
Replies: 15
Views: 5272

No it did not fix the problem. The release notes said: "When the foreground and background colors were the same, the current line should not have been highlighted with a box." I updated TextPad and the problem was still there. Setting *BOTH* foreground and background to the highlight color worked ...
by Mr. Code Monkey
Wed Nov 09, 2022 6:31 am
Forum: General
Topic: Current line box
Replies: 15
Views: 5272

Yes, please prioritize removing the dashed outline. It's seriously cramping my work flow; very annoying.

And thanks, ak47wong. That workaround does help.
by Mr. Code Monkey
Sat Feb 12, 2022 3:36 am
Forum: General
Topic: TextPad Macro works in Editor but not from Menu [solved]
Replies: 6
Views: 1076

Got fresh text and verified the macro works from the menu.

Purging TextPad from memory and restarting it was the cure.
by Mr. Code Monkey
Fri Feb 11, 2022 6:53 pm
Forum: General
Topic: TextPad Macro works in Editor but not from Menu [solved]
Replies: 6
Views: 1076

Okay, I shutdown and restarted TextPad and now the macro does appear to work, BUT I won't get some more of the critical text, to test, for a few more hours. Alas, I made two troubleshooting mistakes: I assumed that because TextPad normally seems stable for weeks at a time, that the memory instance ...
by Mr. Code Monkey
Thu Feb 10, 2022 8:16 pm
Forum: General
Topic: TextPad Macro works in Editor but not from Menu [solved]
Replies: 6
Views: 1076

Yes and yes.

Also, from the macro editor, making a selection was not necessary when the macro was set to either "end of file" or "document", despite the

Code: Select all

InSelection
parameter in the code.

The script always runs fine from the macro editor but not the menu.
by Mr. Code Monkey
Wed Feb 09, 2022 11:42 pm
Forum: General
Topic: TextPad Macro works in Editor but not from Menu [solved]
Replies: 6
Views: 1076

TextPad Macro works in Editor but not from Menu [solved]

I recorded a simple macro but it does not work. Then I finally found the macro editor (hidden in the preferences) and not only does the look correct, it validates and runs perfectly from the editor. Alas we cannot keep the macro editor open and still work in our document. And the macro still ...
by Mr. Code Monkey
Tue Dec 15, 2009 10:35 pm
Forum: Enhancement Suggestions
Topic: Run Tool on Selection Only
Replies: 7
Views: 1472

@Mr. Code Monkey: It's been a while now, but here you go ... well, no code box (looked ugly), just a link (two, actually): http://www.textix.de/perlix/index.htm http://www.textix.de/perlix/perl.runsnippet.zip No doc available, sorry. (Except for a few hints within the script.) Cheerio, H. Thank you ...
by Mr. Code Monkey
Mon Dec 07, 2009 10:08 pm
Forum: Enhancement Suggestions
Topic: Run Tool on Selection Only
Replies: 7
Views: 1472

H. Camphausen wrote:Hmm, not too far ago I wrote a little script to achive just this. The script is written in Perl...
Sounds useful. Can you not paste the script here using

Code: Select all

a code box?