Roberto Leinardi
Roberto Leinardi
Hi @dciborow, I am full time Android developer and Linux user. Some years ago I decided to write GUI apps for Linux and opted for GTK as UI framework. Since...
I built it with this JDK: ``` $ java -version openjdk version "1.8.0_265" OpenJDK Runtime Environment (build 1.8.0_265-8u265-b01-0ubuntu2~20.04-b01) OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode) ``` Check the RELEASING.md...
Can you please try to run on a terminal `./gradlew clean buildPlugin`? Post also `java -version` output.
No clue :( Probably better to check if you get the same error on Linux.
Nice! I think you built it! Try with the runIde task (not 100% sure about the task name, don't have the PC to check right now). I'm also going to...
Hi @mdefeche, I recently started a new job and have absolutely no free time so, if this will be implemented, it will be only through community pull requests... And even...
Currently I don't have time to work on new features but Pull Request are welcome.
Hi @cpchen, unfortunately I don't have any update on this issue because I still need to find a way to get the Python interpreter without the need of a Python...
Hi @BengtOFFIS, afaik this issue only happens on Intellij IDEA when you have more than one interpreter (eg Java JDK and Python).
Mmm I see, I did not take in consideration the possibility of having multiple interpreters when I developed the plugin. Adding support for it now is going to require quite...