Mark Jeronimus
- 活动总数 129
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 37
-
创建于 Constant File Cache Conflict for Symbolic Link
已回答I 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... -
已编辑于 Conditional breakpoint on outer class of superclass of anonymous class
已回答If 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 {... -
已编辑于 [2018.2] How to add bundled library
已回答Unless 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.... -
创建于 How to prevent weakening TO a type?
已回答The 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... -
创建于 Automatic folding not working
已回答I 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... -
已编辑于 Inspection: doesn't ignore some non-library methods
已回答I 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... -
创建于 Inspect thrown exception inside finally
已回答This 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... -
创建于 Undo discarding the redo-buffer [rant]
已回答IntelliJ 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... -
创建于 How to make certain settings global?
已回答There 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... -
已编辑于 IDEA (temporarily) breaks after update
已回答I'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...