Aleq
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Aleq created a post, AnsweredSpring Run/debug configuration with red "X"
Hi, what could be the reason for the red "X" (cross) over Java Spring run/debug configuration, which comes up once I enable "On Update action: Hot-swap classes and update trigger file if failed". T... -
-
Aleq commented, -
Aleq created a post, JS/TS indentation of 2nd and further line of if expression
Hi, in Java, in IntelliJ IDEA I get by default indentation on 2nd line of continuous if expression is doubled and I like it this way: if (i == 1 || i == 2) { return true;} I am unable to ...