Hi Hernan, thanks for your fixes! Some comments of mine:
> All the rest are OB related. > 4) When pressing the mouse right button (on windows) I had a error > saying OBTextSelection does not understand #isClassNode, so I > implemented returning false. Again, I did not verify if an > OBTextSelection should receive that message or not, I just implemented. Integrated in latest OB. > --------------- > 5) After loading a Monticello package I could not open an OB browser > anymore. Again, the problem is that ea is nil sometimes. > > OBBrowser>>scanNodeCommands: ann > (cmdFactories select: [:ea | ea notNil and: [ ea takesNodes]]) > do: [:ea | ann addFactory: ea] > ------------------- Cna you tell me how to reproduce this? Which MC package did you load when you got the problem? > OBBrowser>>scanTextCommands: ann > (cmdFactories select: [:ea | ea notNil and: [ ea takesText ]]) do: [:ea > | ann addFactory: ea] > ------------------ > 7) This is an error I reported to OB a long time ago, related with > pressing or selecting the cancel option. Integrated in latest OB. David _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
