Martin F
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 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.... -
已编辑于 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... -
已编辑于 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... -
已编辑于 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... -
已编辑于 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... -
已编辑于 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 ... -
创建于 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],...