Steph
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
-
Created Alt-tab back into Intellij always seems to bring the mouse focus on the build message window rather than where I left it
AnsweredSo for example if I'm editing a file, save MyCode.java and my cursor is on line 100, then I alt-tab to a browser window and then alt-tab back into Intellij, if there is a compiler error it will bri... -
Created Upgrading to 2018.1 has caused all my public static final constants to have compiler errors
AnsweredAll my classes that have public static final String NAME = "value" are now getting an error. I know this code should be adjusted but there is a lot due to historical reasons and it's not something ...