David Walluck
David Walluck
First, let's clarify the issue: I think that there are two different enhancements being discussed on this issue, one discussing how to generate completions for use by the program itself...
To clarify a bit more: if the current auto-completion script generator evaluates the completions at the time it is run and injects the static result of this into a string,...
There is also some information here . It looks like this is only set if you have ANSI codes enabled?
Creating a `module-info.java` file is not so difficult, but retaining support for Java 8 while supporting Java 9+ is even more complicated because it requires a multi-release jar build. I...
I basically agree. For my "enterprise" projects, I am still "stuck" on Java 8, and for my "personal" projects, it was just easier to move to Java 11. Besides, for...
> The `rpm.` prefix of the property names can be customised through the plugin configuration element `signCfgPrefix` I kind of wonder why it can't use the existing gpg properties (described...
> 2\. RichTextFX should probably now be a module itself, as should each of its dependencies. I think this means updating both reactfx and wellbehavedfx which aren't modularized. I think...
I think it simply uses the value of `https://github.com/FXMisc/RichTextFX/#richtextfx` concatenated with `/apidocs/`. But why this causes I fatal error preventing my javadoc from being generated, I am not yet sure.
I added this plugin to a project the other day and got a similar complaint to the one here. We wanted to follow the default IDEA ordering, so we wanted...
I've submitted #53 which allows a single file to be used for exclude patterns. There are many ignore-type files (not just `.gitignore`) and `.gitignore` can appear in _any_ directory which...