2017-01-12 15:08 GMT+01:00 Hilaire <[email protected]>: > The tabs on the MessageBrowser really reduces the window noise. > I see these error when asking for implementors: > "Instance of AColorSelectorMorph class did not understand > #localMethodNamed:ifAbsent:" >
You need latest version of Pharo 6. New method is there. > > > Something really cool, will be the implementors and sender button to > work too for selected method in the source code area. > I know we can get it from the contextual menu 'Code search...', but it > is so common to search for implementor and senders of methods used in > the source code itself. > But how you suggest to distinguish user intention? what to use as query source: method from method view or current message in code editor? > And of course it should open in new tab too. > Yes. Problem that I not hook into text editor yet. So any navigation from source code is standard Pharo "global commands". But I need to use Calypso commands instead. And it is not trivial task to hack this place.
