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

The initialize script is a special script handling editor start up. When the command "oi editor [plugin]" is executed it will look for an init script in two locations. First it will look for an init script in the same directory as the OpenIDE root folder. If it finds one it will run it. Next it will look for an init script in each of the supported languages and run it.

Convention

An init file can be any executable file / script starting with "initialize." and ending with any file extension.

Clone this wiki locally