The whole point about pragmas is that they're supposed to be messages, and hence senders (and if possible, implementors) work. But with the mangling that occurs here, a simple senders of stackDebuggingActions brings nothing, and one is left manually searching the system before one finds references to gtStackDebuggingAction. Obscure and hence horrible.
On 15 Jun 2018, at 00:23, Eliot Miranda <eliot.miranda@gmail.com> wrote:Hi Henrik,On Thu, Jun 14, 2018 at 12:47 PM, Henrik-Nergaard <draagren@outlook.com> wrote:Hi,
Moving the icons down to the middle row is as simple as changing:
***
codeActionsPragmas
^ #( stackDebuggingActions codeDebuggingActions )
***
***
stackDebuggingActionsPragmas
^ #()
***
in GTGenericStackDebugger.
Best regards,
HenrikThanks. I have to say that the renaming from #stackDebuggingActions to gtStackDebuggingAction, as inStepIntoDebugAction class>>gtStackDebuggingActionFor: aDebugger<gtStackDebuggingAction>is a cruel joke. The whole point about pragmas is that they're supposed to be messages, and hence senders (and if possible, implementors) work. But with the mangling that occurs here, a simple senders of stackDebuggingActions brings nothing, and one is left manually searching the system before one finds references to gtStackDebuggingAction. Obscure and hence horrible._,,,^..^,,,_best, Eliot "I designed pragmas to be useful and natural, not painful and obscure" Miranda