Mark Jeronimus

- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 28
-
Created How to make certain settings global?
AnsweredThere are certain configurations that are stored in the project by default, but because I have many projects I have to configure it over and over for each project, and sometimes it's not as straigh... -
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... -
Created Automatic folding not working
AnsweredI have many files with `<editor-fold defaultstate="collapsed" desc="Generated Code">` regions and they never auto-fold. It seems that when I fold them manually, they are remembered, but if not fold... -
Created Inspect thrown exception inside finally
AnsweredThis is one of those things that was trivial for me to do in Eclipse but I'm getting nowhere with searching for how to do this in IDEA. When I'm stopped at a breakpoint and a thrown exception is on... -
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... -
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... -
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... -
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}... -
Created Constant File Cache Conflict for Symbolic Link
AnsweredI have a TODO file which I access from multiple PCs where I develop. Because it's not meant to be placed in VCS I made it a symbolic link. Now every few times I try to save, I get File Cache Confli...