Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 2.78 KB

File metadata and controls

34 lines (19 loc) · 2.78 KB

Views


Editor View

The purpose of the Editor View is to edit the tree model of the application in form of JavaScript source code. The source code can be saved and restored as text file.

Code that this generated from the tree model contains all modified properties (= different to default value) of the treez atoms.

Toolbar

The toolbar of the Editor View provides several action buttons:

  • Open from Open from... Open a text file and show it in the Editor View (first cell).
  • Open from Save as... Download the content of the Editor View (only first cell) as JavScript file *.js.
  • Open from Open from local storage Open a previously stored source code from the local browser storage in the Editor View (first cell) and also import it to the TreeView (="quick open").
  • Open from Save to local storage Save the content of the Editor View (only first cell) to the local browser storage (="quick save")

Appearance

The appearance of the Editor View might be slightly different, depending on how you installed treez:

  • Stand-alone: Orion is used as source code editor and line numbers are shown by default. There is no extra border and only one "cell".


Graphics View