Seiteneigenschaften |
---|
Deutsch |
Info |
---|
Wenn das Fenster zur Autovervollständigung nicht automatisch erscheint, können Sie auch die Tastenkombination STRG + Leerzeichen (Windows) bzw. CONTROL + Leerzeichen (Mac) drücken. |
Syntax-Hervorhebung und -Formatierung
Die Syntax-Hervorhebung und -Darstellung wurde verbessert; Fehler und Warnungen werden jetzt intuitiver markiert. Weiterhin kann der Code formatiert werden. Verwenden Sie das Kontext-Menü mit einem Rechts-Klick oder drücken Sie SHIFT + ALT + F (Windows) bzw. SHIFT + OPTION + F (Mac), um den Code zu formatieren.
Befehls-Liste
Für die Ausführung von Skript-Befehlen können Sie die Befehls-Liste verwenden. Sie können diese per Rechtsklick oder mit einem Klick auf F1 öffnen.
Variablen-Synchronisation
Mit der Schaltfläche für die Variablen-Synchronisation in der Sidebar können Sie automatisch die Anwendungs-Variablen in dem Skript mit den zugewiesenen Anwendungs-Variablen synchrionisieren.
The LMC Add-in editor supports our scripting language and can assist you developing add-ins. It offers intelligent code completion and useful commands for coding.
Fullscreen mode
The editor may be used in fullscreen mode to get the full width and height for scripting. Just press the icon Show Add-in editor in full-screen mode in the top right-hand corner, and both the menu and the variable-allocation-sidebar folds in. The editor now uses the full width and height available on the LMC page.
...
Intelligent code completion
The intelligent code completion supports the resolution of OIDs to paths, paths to OIDs, and the most popular commands for scripting with config and context commands like config.getTableByOid()
. The completion window should appear while you type the code.
Info |
---|
If the code completion window is not displayed, you can press STRG + SPACE (Windows) or CONTROL + SPACE (Mac). |
Syntax highlighting and formatting
The syntax highlighting and representation is improved; errors or warnings are now marked in a more intuitive way. Additionally, code formatting functionality is provided. You can use the context-menu with click-right or you can press SHIFT + ALT + F (Windows) or SHIFT + OPTION + F (Mac) on your keyboard to format the code.
Command-Palette
For other useful commands in scripting, you can use the command palette. You can open it via right-click or pressing F1.
...
Variable-Synchronisation
With the synchronisation-button in the variable sidebar, you can automatically synchronize the application variables used in script with allocated application variables.
...