You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.