Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When a function is executed in the translator Translator an annotation window will appear to the right of it. The annotations show you the real time results of your code.

Annotations are key to faster and more comprehensive development in the Translator.

This picture shows a number of functions with annotation windows:

...

Expand
titleView results

Verify or view your logic in the annotations in real time. For example, when mapping data you can view the results of your maps:

At any point in your script you can view your data in the annotations by Using trace() function.

Expand
titleNavigate functions and files

By clicking on the function name in the annotations you can navigate between functions in the various lua files in in your Project Tree.

Expand
titleNavigate loops

Functions which are called multiple times have a navigation control at the top which lets you select the iteration of the function

Image Removed

Expand
titleNotice that for loops also have a navigation control at the top which allows you to see how different iterations worked

. See how the for loop mapping kin has a sub window with a navigation control?

Image Added