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
- 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 easier than I thought - should always remember GT methods also accept blocks!)
Is there any code that marks/selects messages in a smalltalkCode editor?
Would be cool if you browse the messages that a method sends and you
click on the displaed method selectors in the tree they will be highlighted
in the code pane...
Alexandre wrote:
>Also, it would be great to have it accessible from the World/Tools menu.
No as it is not a standalone tool. You need to have a method or selector first
to display some contents. When catalog job is ready and catches the new
ConfigurationOfMessageFlowBrowser (tomorrow) you can:
- hit ALT+ENTER to open spotter
- search for the project by entering "Flow" and load it
- when it is loaded just use "Method Flow" on a method in Nautilus
Maybe it would be good to have something similar to Cmd+M shortcut
that works on selected text and that is interpretet as selector.
Stef wrote:
>Thanks for it. This was a project I wanted to propose.
>Thanks for it. This was a project I wanted to propose.
If you feel something is missing: the repo is open. An improved version
could possibly be a part of Pharo 5. A nice extension would be to add
also "local senders" and "local implementors" to it (= local to the class and
up the hierarchy)
Have fun
T.
T.