| LUA scripting documentation |
The script editor window allows you to edit LUA script with code coloring features.

The code coloring feature is provided by the Scintilla library http://www.scintilla.org
| Comments | |
| Reserved LUA language keyword functions or operators and predefined variable names | |
| Character strings values | |
| Integer values | |
| Variable name |
The dedicated language word of LoriotPro LUA extensions are in bold blue
The menu Files alows you to load and save script files.

The Edit menu option give you the classical cut and paste funtions

The insert menu allows you to insert at the current cursor position either a snmp object, a host object or an object UID.

All these options open LoriotPro wizards
For your information the Scintilla Licence
License for Scintilla and SciTE
Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.
www.loriotpro.com |
|