pharo1.0-10502-rc1web09.12.2

Class browser used (if applicable): OBSystemBrowserAdaptor

Steps to reproduce:
1.Middle click on any class
2.select refactor, recompile
3. alt-.

ORCmdRecompile execute
        OBWaitRequest block: [
                self environment classesAndSelectorsDo: [ :class :selector 
|
                        class recompile: selector from: class ] ]

where self environment = Smalltalk 

Surely it should only recompile the class we clicked on.
...Stan
-- 
View this message in context: 
http://n2.nabble.com/Issue-1720-Recompile-on-a-class-should-only-recompile-that-class-not-the-whole-image-tp4233122p4233122.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

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

Reply via email to