Hi

Downloading the latest OB today with:

Gofer new
        squeaksource: 'rb';
        package: 'AST-Core';
        package: 'Refactoring-Core';
        package: 'Refactoring-Changes';
        package: 'Refactoring-Critics';
        package: 'Refactoring-Environment';
        load.

Gofer new
        renggli: 'omnibrowser';
        package: 'OmniBrowser';
        package: 'OB-Standard';
        package: 'OB-Morphic';
        package: 'OB-Refactory';
        load.


Then I change the superclass of the template of an existing class, then accept:

Object subclass: #FileContentsBrowser
        instanceVariableNames: 'packages infoString'
        classVariableNames: ''
        poolDictionaries: ''
        category: 'Tools-File Contents Browser'


The superclass is not changed, instead OB changes its focus to the superclass.

Can anyone confirm this bug?


--
 Simon




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

Reply via email to