Christian Guetter
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 14
-
创建于 How to perform "reload all Maven projects" (non-incrementally) with the classic UI?
已回答I recently upgraded to IntelliJ 2024.2.1 which has a new “reload all Maven projects incrementally” feature in the Maven window. Sometimes, I would like to perform a full sync, meaning that I would ... -
创建于 Creating application run configurations - how to set "Build Project" als BeforeRunTask?
已回答I have developed a plugin which creates application run configurations (type “ApplicationConfiguration”) based on certain settings. The resulting run configurations are used in a multi-module Maven... -
创建于 Assign hotkey to update functionality in Git tool window
已回答The Git tool window has this nice update functionality which allows me to update all my repositories (if no restrictions are set):Unfortunately, I failed to assign a hotkey to this functionality, a... -
创建于 IntelliJ standalone instance does not update to new version, just opens web page
已回答In my company we use customized standalone instances of IntelliJ IDEA. We usually update these via “Help → Check for Updates”. In the end, this usually results in a dialog like this:When pressing “... -
创建于 Is it possible to make Idea persist its settings on disk without closing the project or Idea itself?
已回答In my company, we are using some external tools which read settings from the “workspace.xml” and “misc.xml” files in the .idea directory when they get launched. Unfortunately, when the users change... -
创建于 Settings: Eclipse compiler not available
已回答I am running Intellij Idea 2023.1.5 which I recently copied from the ZIP file package provided by JetBrains. Unlike in previous installations, I am not able to select the Eclipse compiler in Settin... -
已编辑于 "Reload all Maven projects" takes long and creates huge amounts of I/O - how can I get some verbose output what it is actually doing?
已回答We develop a huge enterprise application and so we are used to longer maven build times. Recently, we noted that the time needed to reload all Maven projects has gone up significantly, it takes fou... -
创建于 IntelliJ 2023.1: "Build" tool window steals focus from other tool windows during maven reload
已回答When I perform a sync for my Maven project by clicking "Reload all Maven projects" in the Maven tool window, the "Build" tool window can be used to display the progress:When I switch to another too... -
已编辑于 IntelliJ 2023.1: Authentication failures when performing git update on multiple repositories
已回答I have a project with a lot of modules from different repositories which are hosted on a Bitbucket server, meaning that IntelliJ has to run a lot of git fetches against many repositories when I per... -
已编辑于 Reducing the visibility public JUnit 5 test classes and test methods when SonarLint is installed
已回答The documentation on https://blog.jetbrains.com/idea/2020/09/writing-tests-with-junit-5/ states: One thing to note for JUnit 5 tests is that the test method doesn’t need to be public in order to w...