At my primary pc i am changing current language using shift+alt(i believe that this is default for windows) but on another pc(it is not mine, but im allowed to code on it) it is done by shift+ctrl and it is uncomfortable. Can i add or maybe there is already a key shortcut in intellij that i can change to “emulate”
Tag: intellij-idea
Gradle implementations not working with JavaFX
I am trying to do some fun Java projects on the side to get better at coding. Currently, I’m trying to do an offline, local password manager with JavaFX and Gradle. I wanted a way to hash a password, for security, and then store it in a file. Previously, I used Google’s Guava library in an Android App because it
Korge gradle setup for JVM target
I want to try the Korge libs on the JVM. I used the Korge IntelliJ plugin to create a new project. My build.gradle.kts looks like this : I’ve copied the commonMain code into the jvmMain folder and running the project with the runJvm command. I’ve looked into the examples on the korge doc and github, but i can’t manage to
spring boot app works on intellij but not with .jar file
I am new to Spring boot and java. I have a simple Spring boot app which has one function. When I run it on intellij it works well, and I am able to test it with postman many times without issue. But when I build an artifact and then .jar file, running that .jar file will close the program immediately.
Removal of usage-links in IntelliJ
While changing PCs I downloaded the latest version of IntelliJ (2022.1.2 Build #IU-221.5787.30) and I can now see usage links for all fields, methods and such in my code. It does seem to work as it is supposed to, but I find that it takes up too much space and would like to turn it off. I am yet to
Why can’t I use reverse DNS to create a java / gradle module on IntelliJ IDE?
How exactly do I name an IntelliJ project, module, packages etc? I tried to name a module in reverse dns, but IntelliJ would not allow it, so I am obviously doing something wrong. Also, I’m confused between the difference between a Java Module and an IntelliJ Module. Update: There was a bug with IntelliJ’s Maven Artifactid, and a patch was
How to create a JavaFX project within another project and open it in IntelliJ
I wanna add JavaFX to an existing project in IntelliJ and followed this documentation. I created a folder structure with an folder with an JavaFX project in it. If I open only this folder who contains JavaFX within IntelliJ everything gets imported correctly and the sample main is running. If I open the whole project where the folder with JavaFX
Is there a way to simultaneously work on multiple projects with different versions of Java in IntelliJ?
Is there a way to smoothly run side-by-side projects, each using different Java versions, in IntelliJ (v2022.x+)? For instance, I am using IntelliJ to work on two projects. One project is in Java 11 and the other is in Java 17 – each project has its own IDE instance. Each project is configured to use the proper JDK in the
The intellij idea takes up a lot of Ram [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
What is the command line equivalent for Intellij Download sources option?
When I view a decompiled class file from maven project in Intellij it has Download Sources button at the top. What is the command line equivalent of this button? I know there is a command mvn dependency:sources but it downloads sources for everything which makes Intellij/my web app lag so much that it is not practical for everyday use. How