Mark Jeronimus

- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 32
-
Created Recently, IDEA completely freezes at night.
AnsweredRecently, when I turn off my monitors, sleep, go to work, get home, and my monitors back on, the open IDEA windows are completely frozen in place, and when I attempt to resize them, they turn blank... -
Created Recently, IDEA started crashing every night, even old versions.
AnsweredRecently, when I turn off my monitors, sleep, work, get home, and turn on my monitors, the open IDEA windows are completely frozen in place, and when I attempt to resize them, they turn blank.I fir... -
Edited Setting monitor scale factor to 2 causes 4x scaling
AnsweredWhen I set the monitor scaling factor to 2.0 (as opposed to 1.5 or 1.75 or thereabouts), the gui seems to scale 4x. Is this normal? Am I doing something wrong? Is there a way to "reset" the scaling... -
Edited How to disable these context actions?
AnsweredWhen I want to create a new method from a usage I just typed, I used to invoke Context Actions and execute the first suggestion. Since a few minor versions, though, two options were added (or moved... -
Edited [regressed] How to prevent this list overflow hover (whats-it-called?) from freezing my CPU?
Answered1. What is this called (for a better topic title)? 2. How do I prevent it from freezing my CPU*? I believe it's the transparency effect that's actually causing the freeze, as some other transparen... -
Edited How to disable java type renderer?
AnsweredI added a custom java type renderer to show `long` as something different, but now *all* longs are rendered in that format, always! Even when I right-click and select Render As→Primitive, it only r... -
Created How to find *real* usages of method?
PlannedWhen I have a class structure of this: And I Ctrl+click or press Ctrl+Enter on `MyType.open()` to attempt to find it's usages, it lists all usages of `MyInterface.open()` instead, including usages... -
Created IDEA randomly steals focus while still in background
AnsweredFor the past couple of months I've had this weird problem. IntelliJ IDEA (IC-201.7846.6) is usually open idle in the background, but from time to time (averages at about once per day) it suddenly g... -
Created Restart option gone
AnsweredI may have missed something but I can't find the restart option anymore. It used to be in "Invalidate Caches / Restart..." but that option has now changed to "Invalidate Caches..." and the 4th "Res... -
Edited [Formatter] Align array elements
AnsweredJust a shot in the dark, but is there a way to make the Java code style formatter align array elements like this? private static final byte[] BLANK_VERSIONS = { 0, 0, 0, 0, 0, 0, 0, 0, 0}...