Skip to content
acken edited this page Feb 5, 2012 · 1 revision

The background running engines in OpenIDE (Editor Engine, Code Engine) uses a key path to keep track of what paths it handles. Each engine takes a key path as start up parameter. The key path defines the root path that the engine will handle. When an OpenIDE command is executed it will back trace directories until it finds a directory that is used as a key path. This decides which set of engines the command will be executed against.

Clone this wiki locally