ID Selection Dialog


The ID selection dialog is displayed by choosing Edit->Insert ID of a configuration component from the menu in the Java code editor dialog.
  Available configuration components are grouped into categories such as file sets or installation components. IDs are required for certain finder methods in the context object. For example, in the following code
context.getFileSetById("756").setSelected(false);

the ID "756" is not be readily available in the script. With the ID selector, you type

context.getFileSetById(

and then open the ID selector. You open the "File sets" node, and select the desired file set. When the dialog is closed with the OK button, the ID will be inserted into the edited script surrounded by quotes.

  The ID selection dialog is quick-search enabled, you can start typing your query when the tree is focused. The search term will be displayed in a yellow dialog at the top of the tree. If no match is found, the search term is displayed in red. If a match is found, the search term is displayed in black and the match is made visible. The matched portion is drawn inverted with a green background.

To navigate between matches, you can use the arrow keys or F3 and SHIFT-F3.

You can use wildcards in your search term, for example: Font*Handle.