CodeEditor 0.2.4 Released!
CodeEditor 0.2.4 is released.
- Several UI bugs are fixed and UI performance is improved (upgraded to EditArea 0.8.1.1 )
- Action execution mechanism and console view to see result of these actions is added. You can reload controllers/filters and etc after editing its content from CodeEditor ui. There are default actions and you can customize actions to be executed from services/CodeEditorActionService.groovy file. Actions will be visible in Exec combo box in toolbar according to configured context.
- Default suggestion injetion mechanism added to show dynamically injected methods in code completion. A default implementation is added you can customize and any method and property suggestion using conf/GroovyDefaultSuggestionConfig.groovy file
- Gsp code completion support is added.