[task] enable GUI notifiers

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[task] enable GUI notifiers

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/node/404
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/404

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    VisualGST
 Category:     tasks
 Priority:     critical
 Assigned to:  Unassigned
 Reported by:  bonzinip
 Updated by:   bonzinip
 Status:       active

If all the backtraces in the GUI are fixed, we can and should enable
graphical notifiers and debuggers.  This is necessary to have "Run it"
context menu items in the SUnit browser.

If there are issues, please report them and downgrade the priority of
this one.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [task] enable GUI notifiers

Paolo Bonzini-2
 >> If there are issues, please report them and downgrade the priority of
>> this one.

Thanks Gwen for this last piece!

Can you just add

     GtkDebugger class >> debuggerClass [
         <category: 'class attributes'>
         ^nil
     ]

instead of overriding #doesNotUnderstand:?

Thanks,

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Re: [task] enable GUI notifiers

MrGwen
You can remove dnu: I've used it to debug the debugger :D

Cheers,
Gwen

On Tue, 2009-09-29 at 18:50 +0200, Paolo Bonzini wrote:

> >> If there are issues, please report them and downgrade the priority of
> >> this one.
>
> Thanks Gwen for this last piece!
>
> Can you just add
>
>      GtkDebugger class >> debuggerClass [
>          <category: 'class attributes'>
>          ^nil
>      ]
>
> instead of overriding #doesNotUnderstand:?
>
> Thanks,
>
> Paolo
>
>
> _______________________________________________
> help-smalltalk mailing list
> [hidden email]
> http://lists.gnu.org/mailman/listinfo/help-smalltalk



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Re: [task] enable GUI notifiers

Paolo Bonzini-2
On 09/29/2009 07:37 PM, Gwenael Casaccio wrote:
> You can remove dnu: I've used it to debug the debugger :D

Yes, I had guessed that.  But since there may be other bugs in the
debugger ;-) adding debuggerClass is the right thing to do.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Re: [task] enable GUI notifiers

MrGwen
Done ;)

Gwen

On Tue, 2009-09-29 at 20:23 +0200, Paolo Bonzini wrote:
> On 09/29/2009 07:37 PM, Gwenael Casaccio wrote:
> > You can remove dnu: I've used it to debug the debugger :D
>
> Yes, I had guessed that.  But since there may be other bugs in the
> debugger ;-) adding debuggerClass is the right thing to do.
>
> Paolo



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk