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
Svein Arne Ackenhausen edited this page Feb 23, 2014
·
1 revision
Language plugins
To support a programming language OpenIDE needs a plugin for that language. Language plugins are located under the Languages folder in OpenIDE's root folder. Below is a list of available languages:
Some of the commands available in oi can be executed without the editor running but many rely on the editor engine and the code engine running. When running "oi editor [plugin]" it launches the application with the key path of where you executed the statement. It will launch the editor engine and the code engine using the same key path. When executing a command oi will always look backwards down the directory tree to find the first active key path to find which editor engine and code engine to use. Together with launching the editor engine and code engine it also run's the general initialize file and the initialize file for each supported language.
Basic commands
After you have the editor running there is a few basic commands that is handy to know about.