Aug. 21, 2012
1:34 p.m.
Screenshot... -- Pavel On Tue, Aug 21, 2012 at 3:33 PM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
I created a plugin for Periscope that shows implementors of the message related to the current text cursor together with implementation source code preview. For classes and traits it shows the definition. Warning: it is not perfect but very habit-forming ;-)
To load Periscope to recent 2.0 image, evaluate:
Gofer new smalltalkhubUser: 'PavelKrivanek' project: 'Periscope'; package: 'Periscope'; load.
Nautilus pluginClasses add: {(Smalltalk at: #NautilusPeriscopePlugin). #none}
Cheers, -- Pavel