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,
Henrik

Thanks.�� I have to say that the renaming from #stackDebuggingActions to gtStackDebuggingAction, as in

StepIntoDebugAction 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