Login  Register

Re: One comment to new Pharo5 debugger

Posted by Sabine M. on May 27, 2016; 8:03am
URL: https://forum.world.st/One-comment-to-new-Pharo5-debugger-tp4897390p4897703.html

Johan,
thank you, this works fine!
regards
Sabine

2016-05-27 2:33 GMT+02:00 jfabry [via Smalltalk] <[hidden email]>:

I will just leave this here, so that people that prefer the buttons in their original place can get them back ...

I did some quick investigating, and it’s straightforward. Just change the implementation of GTGenericStackDebugger>>codeActionsPragmas to the following:

codeActionsPragmas

^ #( codeDebuggingAction stackDebuggingAction )

 Et voila, the stack debugging action buttons now are also available just above the code pane!

For extra goodness, the following two-liner is now also going into my startup preferences, run-once code part:

GTGenericStackDebugger compile: 'codeActionsPragmas
^ #(stackDebuggingAction codeDebuggingAction)' classified: 'building actions'

Voila, I will never miss those buttons again :-)

--
Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org .

Johan Fabry   -   http://pleiad.cl/~jfabry
PLEIAD and RyCh labs  -  Computer Science Department (DCC)  -  University of Chile

On May 26, 2016, at 11:01, stepharo <[hidden email]> wrote:


Yes, and there was also some discussion on the Pharo-users mailing list. Apparently the same comments more or less ...

I give a big +1 on moving the buttons down, so that they are between the stack and the code pane. I still don’t understand why they need to be so far away from the code pane, it makes much more sense above the code pane + we save on mouse movements.

Because doru got trapped into his own view on "UI design".

Even apple does not respect its own design documents.

Stef




If you reply to this email, your message will be added to the discussion below:
http://forum.world.st/One-comment-to-new-Pharo5-debugger-tp4897390p4897659.html
To start a new topic under Pharo Smalltalk Users, email [hidden email]
To unsubscribe from Pharo Smalltalk Users, click here.
NAML