Versions Compared

Key

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

In the code area, the different parts of the code are color-coded according to type, for easier identification. When right-click in the code area, a context-sensitive popup menu appears, enabling easy access to the most common actions you might want to perform.

Code Definition

The text is color-coded according to the following definitions:

Brown  - Strings

Blue  - Functions

Cyan  - Own (user-defined) functions

Green  - Types

Purple  - Keywords

Orange - Comments

Tip

Hint!

To refresh the text press Ctrl+Shift+L.

Right-click Menu

The right-click menu has the following options:

...

Text Editor right-click menu

Option

Description

UDR Assistance...

Opens the UDR Internal Format Browser from which the UDR Fields may be inserted into the code area.

MIM Assistance...

Open the MIM Browser from which the available MIM Resources may be inserted into the code area.

UDR Internal Format Browser

You use the UDR Internal Format Browser to easily insert UDR Fields into the code area. It opens in a dialog box that overlaps over the Agent Configuration screen. 

...

The UDR Internal Format Browser

The layout of the UDR Internal Format Browser is presented in two main sections – on the left, there is the UDR Types list, and on the right, there are the UDR Fields that correspond to the selection. 

Select a UDR Type from the presented list. You can expand on the types by clicking on the arrow button to show an individual type. Additionally, you can use the Search field box to find a particular type. Buttons to Expand All or Collapse All list items are also available. 

When the UDR type is selected, proceed to the UDR Fields selection on the right. The shown results can be filtered using the following options: 

Option

Description

Show Optional

Select this option to show optional UDR fields. 

Show Readable

Select this option to show readable UDR fields.

Datatype

You can filter the datatypes by using this dropdown menu list. Enable this option and select an entry. The available options are the following: 

bigint , bigdec, bitset, boolean, byte, bytearray, char, date, double, float. int, ipaddress, list<any>, map<any, any>, long, short, string, and void.

You can also use the filter input field to type in a string to search for a particular UDR field. Select the appropriate one from the list and press OK to confirm the selection. The other available dialog boxes are Cancel, Refresh, and Apply. 

MIM Browser

You use the MIM Browser to easily insert MIMs into the code area. It opens in a dialog box that overlaps over the Agent Configuration screen. 

...

The MIM Browser 

It shows the available selection of MIM types under dropdown sections based on their type. You can optionally use the buttons available on the top bar to Expand All or Collapse All available items. 

Make your selection and press OK to confirm. You can also Close the MIM Browser by clicking on the button. 

Anchor
code_completion
code_completion
APL Code Completion

To make APL coding easier, the APL Code Completion feature helps you to find and add APL functions and their respective syntax.

To access APL Code Completion, place the cursor where you want to add an APL function, press CTRL+SPACE and select the correct function. In order to reduce the number of hits, type the initial characters of the APL function. The characters to the left of the cursor will be used as a filter.

APL Code Completion covers:

  • Installed APL functions

  • APL functions defined in APL Code configurations

  • APL functions created with Image Added Development Toolkit

  • Function blocks such as beginBatch and consume

  • Flow control statements such as while and if

  • Installed UDR formats

  • UDR formats created with with Image Added Development Toolkit

  • User defined UDR formats

...

APL Code Completion