Mark Jeronimus
- Total activity 130
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 37
-
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.... -
Created How to prevent weakening TO a type?
AnsweredThe inspection "Type may be weakened" has a Stop Class section that works by not weakening FROM types in the list, but I've got a problem. I have many classes with identical auto-generated code lik... -
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... -
Edited Inspection: doesn't ignore some non-library methods
AnsweredI have a Validator class with many static methods that are (implicitly) @pure and return one of their parameters to allow chaining. Some usages at random are flagged by the "Result of method call i... -
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... -
Created Undo discarding the redo-buffer [rant]
AnsweredIntelliJ has worked some miracles for me in the past, so maybe this one too. A few hours ago I deleted a bunch of code, and continued working on other files. Then I decided I needed a phrase from t...