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
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to