Mark Jeronimus

- Total activity 115
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 32
-
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... -
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... -
Edited IDEA (temporarily) breaks after update
AnsweredI'm a new user of IDEA, and I'm really pleased with it. Today I got an update notification, and thought, well that's nice, other IDEs don't do that. After I got a restart notification I pressed res...