Open Ducasse opened 4 days ago
Right now it is on PharoCommonTools and of course it checks (I have no idea why) that we have the BaselineOfPharo loaded.
PharoCommonTools >> menuToploOn: aBuilder <worldMenu> (aBuilder item: #LoadToplo) parent: #Tools; label: 'Load Toplo and Bloc'; icon: (self iconNamed: #smallLoadProject); help: 'Load Toplo, a widget framework on top of Bloc.'; order: 100; action: [ (Smalltalk classNamed: #Metacello) new baseline: 'Toplo'; repository: (Smalltalk classNamed: #BaselineOfPharo) toploRepository; onConflictUseIncoming; load ]
Right now it is on PharoCommonTools and of course it checks (I have no idea why) that we have the BaselineOfPharo loaded.