Editor

The editor allows you to create and edit scripts. Each script has different parameters, which are divided into five tabs.

  • Script allows you to describe the sequence of commands that will be executed when the script is run. Each command is a call to another script with the necessary parameters.
  • Settings are used to specify general information about the script.
  • Parameters allows you to define the list of input parameters, which can be defined when calling this script from other scripts.
  • Language resources allows you to implement multilingual support when using a script.
  • Source code allows to use all features of Gentee programming language for solving complex tasks.
  • Compile - this tab is shown on request and allows you to view the generated code and compilation result without running the script.

Top menu

Let's consider the items of the top menu.

  • History - allows you to quickly jump to scripts that were recently opened in the editor.
  • Save - saves all changes made to the script.
  • Save as - saves the script under a different system name. This item is available when you have changed the script name in its settings. For example, it can be useful for creating modified embedded scripts that cannot be changed.
  • Run - starts the current script. If the script has not been saved, its previous version will be launched.

The following items are in the drop-down menu.

  • Import - loads the script from the text yaml file.
  • Export - saves the current script as a text yaml file.
  • Compile - opens the corresponding tab with the generated Gentee code and the result of its compilation.
  • Run Silently - starts the current script without opening a bookmark in the browser.
  • Delete - deletes the current script. The script cannot be deleted if it is used in other scripts. Also, embedded scripts cannot be removed.
Online Demo
Downloads Documentation Scripts Support
English
Русский