Properties of the tree view of the completion menu

You can use options provided on the Java™ command line to customize how the tree view of the completion menu works.

The following table lists the options to customize how the tree view works.

Option Type Description
ilog.rules.studio.brleditor.text.contentassist.excludeParamFromFiltering Boolean

Configures how the tree view filters the verbalization.

By default, the option is set to false and the tree view filters by method and its argument. If the option is set to true, the tree view filters only by verbalization, and not by type (and hierarchy) of parameters.

ilog.rules.studio.brleditor.text.contentassist.explicitPatternFiltering Boolean

Enables the use of the wildcard character * when filtering the verbalization.

By default, the option is set to false. If the option is set to true, the wildcard character * is supported when filtering the verbalization.

ilog.rules.studio.brleditor.text.contentassist.categoriesOrder String

Sets the order in which the tree view shows categories.

For example, if you specify on the command line the following option: -Dilog.rules.studio.brleditor.text.contentassist.categoriesOrder=variables,values,sentences,concepts,others, the tree view displays first variables, then values, then sentences, then concepts and then all other categories.