[Pharo-project] [OB] Implementor
Hi! Pressing alt-m on a method that is implemented on a class-side prevents from opening a implementor method. I will open an issue. Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
I did a ScriptLoader class>>loadTools -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= loadOB "self loadOB" | instClass | instClass := self environment at: #Installer ifAbsent: [self new installingInstaller]. instClass ss project: 'AST'; install: 'AST-lr.158'. instClass ss project: 'RefactoringEngine'; install: 'RefactoringEngine-ab.51'. instClass wiresong project: 'ob'; install: 'OmniBrowser-dr.419'; install: 'OB-Standard-dr.355'; install: 'OB-Morphic-dr.57'; install: 'OB-Enhancements-dr.217'; install: 'OB-Refactory-lr.100'; install: 'OB-SUnitIntegration-dc.9'. instClass wiresong project: 'ob'; install: 'OB-TraitsIntegration-dc.34'. loadShout "self loadShout" | instClass | instClass := self environment at: #Installer ifAbsent: [self new installingInstaller]. instClass ss project: 'shout'; install: 'Shout.3.15-tween.72'. instClass ss project: 'shout'; install: 'ShoutWorkspace.1-tween.2'. instClass ss project: 'shout'; install: 'ShoutOmniBrowser-dc.5.mcz' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I can provide an image if necessary. Alexandre On 30 Sep 2008, at 15:57, David Röthlisberger wrote:
Hi Alex,
Pressing alt-m on a method that is implemented on a class-side prevents from opening a implementor method.
I cannot reproduce this - which version of OB are you using?
David
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
instClass wiresong project: 'ob'; install: 'OB-TraitsIntegration-dc.34'.
Maybe it's because of this line. OB-Enhancements does now contain OB-TraitsIntegration, so loading it a second time could lead to strange behavior. Besides that I use almost the same versions, with these two differences: OB-Morphic-dr.58 OB-Enhancements-dr.219 David
participants (3)
-
Alexandre Bergel -
Alexandre Bergel -
David Röthlisberger