Karima Rafes
Karima Rafes
@berezovskyi With JDK8 it works but I tried to simplify the configuration of my OS. With Blazegraph, I have to install java 11 and the 8.
I found this [function in the project antlr4](https://github.com/antlr/antlr4/blob/98dc2c0f0249a67b797b151da3adf4ffbc1fd6a1/runtime/Java/src/org/antlr/v4/runtime/DefaultErrorStrategy.java) : ``` java protected void reportInputMismatch(Parser recognizer, InputMismatchException e) { String msg = "mismatched input "+getTokenErrorDisplay(e.getOffendingToken())+ " expecting "+e.getExpectedTokens().toString(recognizer.getVocabulary()); recognizer.notifyErrorListeners(e.getOffendingToken(), msg, e);...
Thanks, it works with https://github.com/mike-lischke/antlr4-c3/blob/master/ports/java/src/main/java/com/vmware/antlr4c3/CodeCompletionCore.java I will try to implement a basic list of token for the moment. It's a very good idea to plug this library to a CompletionContributor...
I tested... May be I used bad this class but sometimes, there are not responses :(
With your example, I have the error : "error Command failed with exit code 1."
[Workaround](https://computingforgeeks.com/install-draw-io-desktop-application-on-ubuntu-debian-fedora/): `sudo dnf install https://github.com/jgraph/drawio-desktop/releases/download/v14.9.6/drawio-x86_64-14.9.6.rpm`
Thanks for the pull request for Neptune. The support of Accept, idem for format, are different between the databases in the past. I need to check in the previous databases,...
I like it but my code doesn't work... without CoreASTFactory. :-/
Thanks. It compiles. I cannot check the result because I am a newbie with PSI&co but I suppose it's ok.
After I saw the plugin is unsupported in Chrome, I tested the new Selenium IDE (electron) but there are a lot of problems. I'm sorry, I searched a plan B......