Martin F

- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
Martin F 创建了一个帖子, 已回答Is 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 创建了一个帖子, 已回答Endless 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 创建了一个帖子, 已回答Dependencies 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答JDK 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 创建了一个帖子, 已回答When 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 创建了一个帖子, 已回答How 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],...