Mark Jeronimus

- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 29
-
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}... -
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... -
Edited Conditional breakpoint on outer class of superclass of anonymous class
AnsweredIf that title sounds cryptic, let me show you the class structure (in API) that I have to work with: public class Model { public final void foo() { // breakpoint is here }}public class View1 {... -
Edited [2018.2] How to add bundled library
AnsweredUnless I'm missing something, this behavior seems to have changed for the worse. For a new project or module I want to add classes from a library of which I know it comes bundled in IDEA Community....