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 |
| ilog.rules.studio.brleditor.text.contentassist.explicitPatternFiltering | Boolean | Enables the use of the wildcard character By default, the option is set to |
| 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. |