help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Inspect context


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Inspect context
Date: Thu, 12 Sep 2013 23:06:35 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]