Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-10 Thread Esteban Lorenzano
> On 09 Sep 2015, at 21:14, Torsten Bergmann wrote: > > Some new changes: > > - Catalog methods were added and config is in MetaRepoForPharo50 >=> should be available in CatalogBrowser and Spotter by tomorrow after > catalog job run > - it is now possible to browse the methods > - class c

Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-09 Thread Torsten Bergmann
Some new changes: - Catalog methods were added and config is in MetaRepoForPharo50    => should be available in CatalogBrowser and Spotter by tomorrow after catalog job run  - it is now possible to browse the methods - class comment added - syntax highlighting is now working correctly (was easi

Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-09 Thread Alexandre Bergel
Also, it would be great to have it accessible from the World/Tools menu. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Sep 9, 2015, at 9:07 AM, Torsten Bergmann wrote: > > A new too

Re: [Pharo-users] [Pharo-dev] [ANN] MessageFlowBrowser

2015-09-09 Thread Torsten Bergmann
Nicolai wrote: >You need to set the class this method belongs to: > >a smalltalkCode > smalltalkClass: [:each | each ]; > display: [:each | each sourceCode ]]. Yes - I know that. At least from the code I found in the image. But how do I do that in the context of Glamour where the tree is tran