[java] Incorrect cursor position on newline

2021-11-25 Thread Chris Mackey
I'm not sure if I'm missing something stupid, but I've just upgraded to Netbeans 12.5 and when I take a new line, the cursor position on the new line is now always at 0. In every previous version of Netbeans I have used, the cursor position on a new line was automatically indented to the appropriat

Re: Updates don't be applied

2019-08-01 Thread Chris Mackey
Perhaps a stupid question, but I see you've verified that the executable location exists, but have you done the same for the working directory you're telling ProcessBuilder to use? That is, "/Applications/ISNet Cube.app/Contents/Resources/isnet/isnet/modules". On Wed, 31 Jul 2019 at 21:49, Marco R

[java] [gradle] Generated Sources and inexplicably Ignored Folders

2019-07-29 Thread Chris Mackey
I have a gradle project that is generating classes at build time based off some protobuff definitions. These are being generated in the folder: build/generated/source/proto/main/java The Gradle IDEA plugin is applied to the project, so to my understanding, it should automatically add the generate