Guillaume Tâche
Guillaume Tâche
Okay after looking into it, it makes sense. The reformat action will generate several edits, and each one of them will trigger a DocumentEvent. Now, I can probably gather all...
Tell me if it still happens with 1.5.3 You can also now see the error log of the server as well as the output log if you check it in...
Indeed, there isn't any at the moment, I tried cutting through it once to only keep the syntax highlighting but it's quite complicated.
That's strange, I can't reproduce it on IntelliJ. Tried with only .gitignore opened and with both .gitignore and a C file while having cquery configured, but I don't get the...
Yes, as Java is natively supported by IntelliJ, I let the native support manage everything. It's the same with the other languages, if there is already a plugin supporting a...
I replaced FileSeekableInputStream with BufferedInputStream, it should work without problems.
I'll fix the NPE and the conflicts and then we should be good to remove the draft status.
Everything should work now, I didn't think about testing the case when there are no defined labeled colors.
That's a good comment yes, I'll add the dialog. I think the dialog will be obsolete when the undo/redo actions will be available though.
The delete all action now allows undo/redo