markiewb

Results 32 issues of markiewb

How about autodetect configuration files? Like it is done with for CI/CD using `Jenkinsfile`, `gitlab-ci.yml` or `.travis.yml`, which are files in the root of the project. Jenkins/Gitlab/Travis look for these...

enhancement
Patch Welcomed

If you invoke the formatter on a file with compile errors (f.e. missing paranthesis) the code is messed up. How about checking for compile errors before formatting? ``` private boolean...

Patch Welcomed

[refactor] simplified code for detecting modules in DefaultGwtModuleReader [refactor] remove duplicated module detection logic from AbstractGwtModuleMojo

Regarding * https://dcevm.github.io * http://hotswapagent.org/mydoc_quickstart-jdk11.html * https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases the TravaOpenJDK is the official DCEVM bundle for JDK11 based on AdoptJDK11. It also includes the HotSwapAgent by default. So the plugin must...

I as a former contributor I have received a mail from Arnaud Bernard to my former @netbeans.org mail address. I post it here so that the current/future contributors can handle...

- Move action "Open in filesystem/terminal" from context menu (to save space in context menu) - Relabel them as *\* Select in filesystem *\* Open in Terminal

enhancement

Windows: `cmd /c start cmd /k PROGRAM` F.e. to see the output of ipconfig: `cmd /c start cmd /k ipconfig`

enhancement

See https://netbeans.org/bugzilla/show_bug.cgi?id=35582#c11

enhancement