issues
search
orbisgis
/
orbisrcp
Repository for all RCP plugins, features and repositories.
GNU Lesser General Public License v3.0
0
stars
4
forks
source link
Features linked to GroovyShell/GroovyConsole/GroovyEditor
#51
Open
adrbessy
opened
2 years ago
adrbessy
commented
2 years ago
Features
[x] Print the results of groovyShell.evaluate(string) (see groovyconsole on github)
[x] Take into account @Grab to load library classpath (see groovyconsole on github)
[x] Delete the button to select the groovy interpreter if previous features works
[x] Add lines in groovy editor
ebocher
commented
2 years ago
[ ] Add capability to load a jar, a directory or the dbeaver deps directory (see groovyconsole on github)
[x] Add a button to stop a running process (see groovyconsole on github)
ebocher
commented
2 years ago
[ ] Autocompletion support. It'd be nice to look at
https://github.com/GroovyLanguageServer/groovy-language-server
. It seems a way to add code completion in EclipseRCP component.
adrbessy
commented
2 years ago
[ ] Add support external libraries for autocompletion
[x] Order of completion proposals - @adrbessy
[ ] Colouration - @SPalominos
[x] Automatic symbol closing - @adrbessy
[x] Method parameters completion - @adrbessy
[ ] Method documentation on pop-up
[ ] Automatic import when new instance
[ ] Readme
Features