2017-01-12 15:44 GMT+01:00 Hilaire <[email protected]>: > > 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. > > I guess so, but you will be real winner.
And this is done. I just upload new stable version: - source code shortcuts are managed by Calypso. I found simple hook how to achieve this - senders/implementors by source code shortcuts in method browser are now opened in new tabs instead of separate window. - no Spec text model anymore. Rubric widgets are used directly. It improves speed of building text editors
