Luca Cavanna

Results 18 issues of Luca Cavanna

Make possible to try out the shell without actually downloading it. Embed it in the browser would be great but probably hard to achieve. On the other hand java web...

enhancement

JLine has a nice FileNameCompleter which should make it easy to autocomplete path and file names, useful since we can load external files, or save to external files. On the...

enhancement

Add support for external editor

enhancement

Add support for keyboard shortcuts

enhancement

Currently mapping, settings etc. are simply json documents. We should consider to add some builders for them, to make it easier to deal with their json.

enhancement

Would be nice to have some kind of syntax highlighting, from a simple bracket matching to something more advanced with different colors etc.

enhancement

Given how help messages are looked up, via reflection. It's possible to provide help for classes that are not part of the elasticshell directly. Would be nice to add help...

enhancement

Only some of the methods exposed by the different clients are currently documented. Therefore when typing the name of the method without brackets some code is shown. This issue is...

enhancement

It would be nice to customize the way the auto suggestions are shown, for instance grouping them. Indexes would then be in their own group, separated from methods and functions....

enhancement