Opening a System Browser via Workspace - LucPrestin/Hidden-Modularity GitHub Wiki
Description
One of the most important tools is the SystemBrowser
as it is our window to the code base of squeak. It is also a complex nesting of several layers of morphs. Therefore it makes a good example for more complex drawing.
Code
^ TDBCursor traceForBlock: [SystemBrowser defaultOpenBrowser]
Hypotheses
- We expect to see many different types of morphs. Among them
ListMorphs
,Buttons
andTextMorphs
like the integrated code editor.