Ch
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
-
Created How to always keep Parameter Info popup open
AnsweredLets say I have a method that takes an object as single parameter That object has a constructor with 5 String parameters Now I want to call the method with a new instance myMethod(new MyObject( ...... -
Created IntelliJ does not respect indentation settings of 4 spaces (CTRL+SHIFT+F changes it to 2 spaces)
AnsweredI have set the indentation to 4 spaces. The files in Git are indented with 4 spaces. When I press CTRL+SHIFT+F, the whole file changes to 2 spaces indentation. Detect and use existing file indents ... -
Created Make non-modal commit windows close itself after I made my commit
AnsweredHello everyone, I'm using IDEA 2020.3 Ultimate and what really annoys me is that after I made my commit (without using Push afterwards), the commit dialog (I'm using the new non-modal one) stays ...