Hi all you great people who make Thor!
I noticed that since the update for Two New Thor Tools: "Execute Selected Text" and "Highlight Current Statement"#46, 2023-01-20 the "Compress Parameters List" tool always jumps to the top line of a code window before running the compress, whether the line is highlighted or not.
I know that it happens in this code:
loHighlightedText = ExecScript(_Screen.cThorDispatcher, 'class= HighlightedText from Thor_Proc_HighlightedText.PRG')
But I can't figure that code out.