Martin F
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Martin F created a post, AnsweredIs IntelliJ optimized for CPUs with more cores?
I 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.... -
Martin F created a post, AnsweredEndless indexing of IntelliJ depedencies
My 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... -
Martin F created a post, AnsweredDependencies tab not working properly
I 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... -
Martin F created a post, AnsweredHow to find which library is using some particular dependency?
I 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... -
Martin F created a post, AnsweredJDK 10 and JavaFX
Maven 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... -
Martin F created a post, AnsweredWhen could I finally let share the project files in IntelliJ?
Hello, 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 ... -
Martin F created a post, AnsweredHow to display diff manager in order to compare two strings
I 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],...