Re: [Pharo-project] [squeak-dev] Re: Code Formatting
The pretty print in Omnbrowser2 is reliable. Do you use this (O2)? The instructions to load are in the external projects workspace, for which there are instructions in the welcome workspace
DEVImageWorkspaces openExternalProjectWorkspace
Then
Gofer new squeaksource: 'MetacelloRepository'; package:'ConfigurationOfO2'; load.
(Smalltalk at: #ConfigurationOfO2) perform: #loadDefault.
Use the menu of any browser to change to a new default browser O2PackageBrowserAdaptor.
Thanks Mike for the mail. Don't be shame, just report the issues. Thanks Stan!!! Be aware that that code will load just O2 (the core), without code completion, refactoring integration, etc. If you want the complete O2 you should install it in this way: ((Smalltalk at: #ConfigurationOfO2) project version: '1.0') load: 'Dev' Cheers Mariano
participants (1)
-
Mariano Martinez Peck