What happened to the EditUnicode (Alt+x)?

General questions about using TextPad

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

Post Reply
tosch
Posts: 10
Joined: Tue Feb 06, 2024 2:09 pm

What happened to the EditUnicode (Alt+x)?

Post by tosch »

The release notes to TextPad 9.6.0 (November 2, 2024) mention the command EditUnicode (Alt+x). I cannot see it in my version 9.8.2. Am I missing anything? It is not in the Edit menu, and I cannot find the command under Customise / Commands / All commands.
User avatar
bbadmin
Site Admin
Posts: 1020
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Re: What happened to the EditUnicode (Alt+x)?

Post by bbadmin »

The command is actually EditUnicodeChar:

2025-09-12.png
2025-09-12.png (43.87 KiB) Viewed 2145 times

To use it, type the hex code of the character you want, immediately followed by Alt+X. If there's any ambiguity due to adjoining characters, select the ones you want to convert before typing Alt+X.
User avatar
AmigoJack
Posts: 596
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: What happened to the EditUnicode (Alt+x)?

Post by AmigoJack »

It was even named as such in 8.4.2 (from 2020) already:
EditUnicodeChar in 8.4.2.png
EditUnicodeChar in 8.4.2.png (24.29 KiB) Viewed 2131 times
bbadmin wrote: Fri Sep 12, 2025 7:17 pmtype the hex code of the character you want, immediately followed by Alt+X
For me it works in the reverse order:
  1. press <Alt>+<X> first
  2. in the displayed edit box, type the hexadecimal code
  3. press <Enter> to end the process and "create" the character
Wouldn't make sense to me in any other order anyway.
User avatar
bbadmin
Site Admin
Posts: 1020
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

Re: What happened to the EditUnicode (Alt+x)?

Post by bbadmin »

This behavior was changed in TextPad 9.6.0 and 8.20.0. The command no longer creates an edit control to type the hex digits in, it uses the ones before the caret in the document. The advantages are that it also converts the single character to the left of the caret to its hex code, when it's not ambiguous, and you don't also need to press Enter.
tosch
Posts: 10
Joined: Tue Feb 06, 2024 2:09 pm

Re: What happened to the EditUnicode (Alt+x)?

Post by tosch »

Thank you. I was looking in Customize / Commands instead of Preferences / Keyboard / Commands. I wrongly assumed the set of commands is the same.
Last edited by AmigoJack on Sun Sep 14, 2025 3:49 pm, edited 1 time in total.
Reason: formatting to tell paths apart from text
Post Reply