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
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
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