Eclipse plug-in:jPALIO objects editor
From Jpaliowiki EN
Contents |
Types of editors
Objects Editor contains two parts: code editor and properties form in separate jPALIO Properties view. (In previous releases properties form was another page of an editor)
Changing code editor preferences
- jPALIO Classic: Window > Preferences > jPALIO > Editor
- Groovy: Preferences the same as for the Groovy Editor form Groovy plug-in - Window > Preferences > Groovy > Editor
Changing code editor
To change type of code editor (jPALIO/Groovy) change type of object in Properties tab.
Displaying compilation errors
To display object compilation errors from main menu choose Object > Get Compilation Errors.
Error information is displayed in Problems view. After double click on error description, incorrect line is focused in the editor.
Hyper-links
In jPALIO Classic objects code editor you can move to called object ($*object's_code). Press and hold Ctrl key to see all hyper-links. Left clicking on hyper-link opens called object in Editor.




