Martin F
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Is IntelliJ optimized for CPUs with more cores?
AnsweredI would like to make my IntelliJ faster. In our project, we have a lot of dependencies and we use kotlin, indexing takes time, compiling takes time, and booting up the spring boot thing takes time.... -
Edited Endless indexing of IntelliJ depedencies
AnsweredMy project consists of 4 gradle modules, JavaFX application. Nothing big in terms of LOC. However, the indexing is so frequent I am literally not able to be productive. May you please tell me, if t... -
Edited Dependencies tab not working properly
AnsweredI am using gradle 7.2, what is not working in dependencies tab: 1) Typing in search box is not working properly, when typing too fast, the text keeps on changing, it is not possible to write a full... -
Edited How to find which library is using some particular dependency?
AnsweredI see that in the version 2021.2 there is some improvement in terms of dependency management (Gradle/maven), however I am still not able to achieve one basic thing, which I am missing in IntelliJ f... -
Edited JDK 10 and JavaFX
AnsweredMaven project with JavaFX does not seem to compile in InteliJ, however mvn compile works. The target in maven is 1.8, JDK for the project is JDK10 and JRE in Running config is JRE10. (everything 10... -
Edited When could I finally let share the project files in IntelliJ?
AnsweredHello, we decided (..again) to share the project files and exclude the ones that are recommended to exclude. However, it is really painful to share IntelliJ project files currently. You have to be ... -
Created How to display diff manager in order to compare two strings
AnsweredI would like to open diff manager to compare two string. However I do not know how to do that properly, as the package names differ:For example:DiffManager.getInstance().showDiff(openedProjects[0],...