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 and TextMorphs like the integrated code editor.

Evaluation

Further insights (optionally)