When you enter a command into the gogo shell, it looks first in the default scope for a match for that command. How do you configure what this default scope is?
For example, if you start up the Felix framework with gogo, it uses the felix
scope as the default. But if you start up equinox 3.8.1, which now uses the felix shell as the default, it uses the equinox
scope as default.
The main irritation is that when I type:
g! help
I get the results from equinox:help
, instead of felix:help
, so I'd like to make the felix
scope the default.
Is there an OSGi framework property to configure this?