Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

...

The toolbar in the script editor contains the following buttons:

Image AddedToolbarImage Removed


is moved place where "Go to definition" had been called from. It keeps the last 25 callbacks "Go to definition".Image Removed is moved place where Go calling
Image Removed

Image Added

The button opens the following

dialog box:
Dialog window Go to lineImage Removed
It is used to

popup allowing to jump to the given line in the script.

Image Added

Image Removed

Image Added

Checks the syntax of actions defined in the script (the existence of objects is not checked).
Image Removed

Image Added

Checks the syntax of actions and the existence of objects - semantic check.Image Removed

Image Added

Undo last change in script

Image Added

Redo last reverted change in script

Image Added

The cursor moves back to the previous cursor position

Image Added

The cursor moves to the position it was in before the "Cursor back" call.
Image Removed

Image Added

Shows/hides the line numbers.
Image Removed

Image Added

Replaces current text of the script with a text from the file created by the Save to File option (without any warning !!!).
Image Removed

Image Added

Saves the script to a file. The filename cannot be changed and it is the same as the script name (the event name for objects of Event type, the picture name for active pictures) and is extended with the suffix .esl. The file is saved into the subdirectory ESL_Save in the application directory.

Note: In case of unexpected termination of process D2000 CNF the script is to be automatically saved as the MenoSkriptu.esl.crash file in the ESL_SAVE directory.
Image Removed

Image Added

Opens the list of objects of the D2000 system (object names) to be inserted as the reference into the script text - on the current cursor position.
You can also use the keyboard shortcut CTRL+1.
Image Removed

Image Added

Opens the List of the predefined constants dialog box to insert a predefined constant into the script text - on the current cursor position.
You can also use the keyboard shortcut CTRL+2.
Image Removed

Image Added

Opens the List of the functions dialog box that allows inserting a function into the script text - on the current cursor position.
You can also use the keyboard shortcut CTRL+3.

Note: The list does not contain objects of the External function type.
Image Removed

Image Added

Opens the List of the actions dialog box which allows inserting the actions - on the current cursor position. You can also use the keyboard shortcut CTRL+4.
Image Removed

Image Added

Opens the List of local variables dialog box that allows inserting a predefined local variable into the script text - on the current cursor position.
You can also use the keyboard shortcut CTRL+5.
Image Removed

Image Added

Opens the List of attributes to insert a predefined attribute of object value or local variable into the script text - on the current cursor position.
You can also use the keyboard shortcut CTRL+6.
Image Removed

Image Added

The button is active only for the picture script. It inserts the local variable of a picture from the list of picture local variables.

Image Added

Image Removed
Image Removed
Image Removed
Image RemovedThe buttons are used to debug the script - they allow the user to trace the execution of script actions.

In dependence on the use of the script (object of Event type or active picture) some of the buttons are disabled and their meaning is described in the chapter Script debugging.

Image Removed

Image Added

Opens the configuration dialog box of the object of the Event type. In the case of the active picture script, the button opens dialog window Picture settings.
Image Removed
Saves the script (CTRL+S).

Image Added

Image Removed
Checks the validity (compiles) of the script, saves and closes it.
Image Removed

Image Added

Closes the script editor.
Image Removed

Image Added

Opens a list of procedures (including their parameters) including remote procedures calls, active picture events and begin of a script initialisation part (BEGIN). Clicking an item in the list causes a jump to a particular position in the script.

...