Inspect context

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

Inspect context

MrGwen
Hi,

here is a simple patch that adds an inspector view for context.

Cheers,
Gwen


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

0001-Add-inspector-view-for-contexts.patch (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Inspect context

Holger Freyther
On Thu, Sep 12, 2013 at 05:01:46PM +0200, Gwenaƫl Casaccio wrote:
> Hi,
>
> here is a simple patch that adds an inspector view for context.

great.



> +++ b/packages/visualgst/Inspector/GtkContextInspectorView.st
> +| GtkFloatInspectorView class definition

copy and paste typo. :)

> +        temps := IdentitySet new.
> + super do: aBlock.
> +        self object method arguments do: [ :each | aBlock value: (args add: each asString) ].

mixing tabs and spaces. I will fix these two things before
pushing these changes to master.

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