Script Sections

From Dreamer

Jump to: navigation, search

With Visual Dreamer, you can divide your script into many smaller parts, i.e. sections, and manage them in a tree structure. The section tree is part of the Dream Explorer window located under the Script editor node.

[edit] Manipulation

Sections and folders can be renamed.

Users can cut, copy and paste sections between more instances of Visual Dreamer.

Sections and folders can be reordered by dragging them about. When dropping one section on another the dropped section will go above, resp. below the target section if the dragged section was originally below, resp. above. Folders can be dragged and dropped in the same fashion. In order to drop a section or folder into a folder user should hold the SHIFT key while dropping.

[edit] Types

Currently, there are two types of script sections:

  • Plain Text - these sections contain plain text only, anything can be put in here
  • Script - these sections contain actual script to be compiled and executed

Script sections are automatically compiled and any errors will show up in the Error List window.