There is a large number of deprecated code that OB is calling. What am I supposed to do so that OB continues to work in Pharo 1.0 and 1.1? Can I expect that people have the deprecated warnings disabled?
- How are menus registered? TheWorldMenu does not exist any longer.
alain will reply have a look at the <worldmenu> pragma
menuCommandOn: aBuilder <worldMenu> (aBuilder group: #SystemChanges) parent: #CodeRecoveringTools; with: [ (aBuilder item: #'Change Sorter') action:[self new morphicWindow openInWorld]; icon: self taskbarIcon. (aBuilder item: #'Recover lost changes...') action: [ChangeList browseRecentLog]]
We should start writing a doc.
- What is the replacement for #intialExtent?
defining it in the model ?
Stef
Cheers, Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
-- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev