Command prompt (EXPERIMENTAL)


Introduction

Simple command prompt. User may type commands into the prompt box. Enter sends the command to PluginManager, which executes it, if possible. Given commands are added to the history text box.

Commands beginning with word 'select' are not send to the PluginManager. Instead, the string following the first word is assumed to be a regular expression. Each object, whose "Fully Qualified Name" matches the expression, will be selected.

Commands beginning with word 'deselect' are not send to the PluginManager. Instead, the string following the first word is assumed to be a regular expression. Each object, whose "Fully Qualified Name" matches the expression, will be unselected.

Commands beginning with word 'show' are not send to the PluginManager. Instead, the string following the first word is assumed to be a regular expression. Each object, whose "Fully Qualified Name" matches the expression, will be visible.

Commands beginning with word 'hide' are not send to the PluginManager. Instead, the string following the first word is assumed to be a regular expression. Each object, whose "Fully Qualified Name" matches the expression, will be hidden.

The File button shows a file dialog, where the user can select a file. Each row of the file will be intepreted as if the user would have typed them to the prompt box. Thus, a set of commands can be read and executed from a file.


Configuration file entries

There are no configurable options at this moment.


Contents