Eclipse plug-in:jPALIO console
From Jpaliowiki EN
jPALIO console is a simple tool which can run short fragments of jPALIO code. Most commonly it is used to call objects and observe results of an execution.
To execute jPALIO object type $*object's_code or $*object's_code(param_1, param_2, ...) if you want to run object with passed parameters.
If you want to execute object which is currently opened in active editor, choose Object > Execute from main menu.
Console provides a history of executed commands. You can move between history elements with UP and DOWN arrows.


