2015-09-09 14:07 GMT+02:00 Torsten Bergmann <asta...@gmx.de>:

> A new tool to browse and dive deep into the flow of messages
> using a tree representation (messages, senders, implementors, ...)
> and further on. I know such a tool from Smalltalk/MT and it is really
> helpful to trace a message flow without running in the debugger.
>


Great!


>
>
> If someone with GT knowledge and time could help to correct the syntax
> highlighting
> in the code pane this would be super cool (see method MessageFlowBrowser
> #openOn:).
>

You need to set the class this method belongs to:

a smalltalkCode
   smalltalkClass: [:each | each <class/behavior> ];
   display: [:each | each sourceCode ]].


> Also selection could be improved to show/highlight the messages sent
> directly
> in the code. Unfortunately I'm not so familar with the current code
> editors - so
> any help is appreciated.
>
> Repo is open for contribution.
>
> Thanks
> T.
>
>

Reply via email to