Re: [Pharo-dev] [Pharo4] Inspector View for Opal Scopes

2014-10-16 Thread Clara Allende
I love it :) Thanks ^^

2014-10-16 15:39 GMT+02:00 Marcus Denker marcus.den...@inria.fr:

 Hi,

 There is now a special view for semantic scopes in Opal:



 And these tools work outside of the Inspector, too:
 e.g.

 GTBytecodeBrowser openOn: (OrderedCollection#do:)





Re: [Pharo-dev] [Pharo4] Inspector View for Opal Scopes

2014-10-16 Thread Tudor Girba
Keep the goodies coming :)

Doru

On Thu, Oct 16, 2014 at 4:04 PM, Clara Allende clari.alle...@gmail.com
wrote:

 I love it :) Thanks ^^

 2014-10-16 15:39 GMT+02:00 Marcus Denker marcus.den...@inria.fr:

 Hi,

 There is now a special view for semantic scopes in Opal:



 And these tools work outside of the Inspector, too:
 e.g.

 GTBytecodeBrowser openOn: (OrderedCollection#do:)






-- 
www.tudorgirba.com

Every thing has its own flow


Re: [Pharo-dev] [Pharo4] Inspector View for Opal Scopes

2014-10-16 Thread p...@highoctane.be
These things are wicked cool.

GTInspector rocks (even more when it will have **full* menus!).

Some little updates in OrderPreservingDictionary and bingo, I get the data.

e.g.

gtInspectorVariableValuePairs
^ Set new
add: ( 'tally' - self size );
add: ( 'dictionary' - self dictionary );
add: ( 'orderedKeys' - self orderedKeys );
yourself

Indeed, this is really powerful and has the potential of giving terrific
boosts to the development speed. It does for me!

Phil




On Thu, Oct 16, 2014 at 4:21 PM, Tudor Girba tu...@tudorgirba.com wrote:

 Keep the goodies coming :)

 Doru

 On Thu, Oct 16, 2014 at 4:04 PM, Clara Allende clari.alle...@gmail.com
 wrote:

 I love it :) Thanks ^^

 2014-10-16 15:39 GMT+02:00 Marcus Denker marcus.den...@inria.fr:

 Hi,

 There is now a special view for semantic scopes in Opal:



 And these tools work outside of the Inspector, too:
 e.g.

 GTBytecodeBrowser openOn: (OrderedCollection#do:)






 --
 www.tudorgirba.com

 Every thing has its own flow



Re: [Pharo-dev] [Pharo4] Inspector View for Opal Scopes

2014-10-16 Thread Tudor Girba
Hi,

On Thu, Oct 16, 2014 at 4:59 PM, p...@highoctane.be p...@highoctane.be
wrote:

 These things are wicked cool.

 GTInspector rocks (even more when it will have **full* menus!).


The menu was enhanced with the entries that were reported as being missing.
Which entries are still missing for you?



 Some little updates in OrderPreservingDictionary and bingo, I get the data.

 e.g.

 gtInspectorVariableValuePairs
 ^ Set new
 add: ( 'tally' - self size );
 add: ( 'dictionary' - self dictionary );
 add: ( 'orderedKeys' - self orderedKeys );
 yourself

 Indeed, this is really powerful and has the potential of giving terrific
 boosts to the development speed. It does for me!


Indeed :)

Doru




 Phil




 On Thu, Oct 16, 2014 at 4:21 PM, Tudor Girba tu...@tudorgirba.com wrote:

 Keep the goodies coming :)

 Doru

 On Thu, Oct 16, 2014 at 4:04 PM, Clara Allende clari.alle...@gmail.com
 wrote:

 I love it :) Thanks ^^

 2014-10-16 15:39 GMT+02:00 Marcus Denker marcus.den...@inria.fr:

 Hi,

 There is now a special view for semantic scopes in Opal:



 And these tools work outside of the Inspector, too:
 e.g.

 GTBytecodeBrowser openOn: (OrderedCollection#do:)






 --
 www.tudorgirba.com

 Every thing has its own flow





-- 
www.tudorgirba.com

Every thing has its own flow


Re: [Pharo-dev] [Pharo4] Inspector View for Opal Scopes

2014-10-16 Thread Sven Van Caekenberghe
You should add #gtInspectorItemsIn: as well (look in Dictionary), to get the 
key/value view, maybe changed a bit to keep the order.

On 16 Oct 2014, at 16:59, p...@highoctane.be wrote:

 These things are wicked cool.
 
 GTInspector rocks (even more when it will have **full* menus!).
 
 Some little updates in OrderPreservingDictionary and bingo, I get the data.
 
 e.g.
 
 gtInspectorVariableValuePairs  
   ^ Set new 
   add: ( 'tally' - self size );
   add: ( 'dictionary' - self dictionary );
   add: ( 'orderedKeys' - self orderedKeys );
   yourself
 
 Indeed, this is really powerful and has the potential of giving terrific 
 boosts to the development speed. It does for me!
 
 Phil
 
 
 
 
 On Thu, Oct 16, 2014 at 4:21 PM, Tudor Girba tu...@tudorgirba.com wrote:
 Keep the goodies coming :)
 
 Doru
 
 On Thu, Oct 16, 2014 at 4:04 PM, Clara Allende clari.alle...@gmail.com 
 wrote:
 I love it :) Thanks ^^
 
 2014-10-16 15:39 GMT+02:00 Marcus Denker marcus.den...@inria.fr:
 Hi,
 
 There is now a special view for semantic scopes in Opal:
 
 scopes.png
 
 
 And these tools work outside of the Inspector, too:
 e.g.
 
 GTBytecodeBrowser openOn: (OrderedCollection#do:) 
 
 
 
 
 
 
 -- 
 www.tudorgirba.com
 
 Every thing has its own flow