#23315
LTT
Participant

Issue 1-2:
“Character Code at Cursor” block is wider now, but is always blank. It’s only for clicking?

By the way,
Though it doesn’t matter, in the menus for the blocks, we usually want to see “…” if it’s a 2-step item, e.g.:
Character Code Value…
Jump…
Reload…

Issue A:
“Show Execution Time” is checked.
Run a macro like this one:
document.selection.Find( str, eeFindNext | eeFindCount )
Or this:
status = str
** In the status bar, the text will be flushed away by the Execution Time.
Is it possible to optimize such issues, rather than one has to add codes to disable “Show Execution Time” option in the macros?