Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The Translator Code Editor is where you write and test your Lua scripts. It includes intelligent development tools to ease the development experience and speed up projects.

 1) Code Auto-completion

Auto-Completion provides on-the-spot scripting support for data mappings, functions and variables instantly as you code.

 2) Annotations

TheAnnotation Windowsuse the provided sample data to display exactly how your data is affected by your code without ever having to compile.

 3) Error Stack Trace Window

When you have multiple functions interacting within a script, navigating and debugging issues is made easier with the Error Stack Trace window. The stack trace provides the hierarchal function calls for more context and help identifying the root cause of issues within your scripts.

 4) Project files directory (Current File)

The Current File path displayed at the bottom of the Translator provides the directory path of where the current file opened is stored on the server. Having easy access to the location of project files provides transparency and ease in managing and debugging your projects.

 5) Auto-indentation

The code editor allows you to quickly format and align code blocks using the Tab key, ensuring consistent indentation, improving code structure and readability. See here how it can impact the readability of a project: Select a block and tab to get blocks aligned.

  • No labels