Mark Jeronimus
- 活动总数 129
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 10
- 订阅数 37
-
创建于 Recently, IDEA completely freezes at night.
已回答Recently, when I turn off my monitors, sleep, go to work, get home, and my monitors back on, the open IDEA windows are completely frozen in place, and when I attempt to resize them, they turn blank... -
创建于 Recently, IDEA started crashing every night, even old versions.
已回答Recently, when I turn off my monitors, sleep, work, get home, and turn on my monitors, the open IDEA windows are completely frozen in place, and when I attempt to resize them, they turn blank.I fir... -
已编辑于 Setting monitor scale factor to 2 causes 4x scaling
已回答When I set the monitor scaling factor to 2.0 (as opposed to 1.5 or 1.75 or thereabouts), the gui seems to scale 4x. Is this normal? Am I doing something wrong? Is there a way to "reset" the scaling... -
已编辑于 How to disable these context actions?
已回答When 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... -
已编辑于 How to disable java type renderer?
已回答I 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... -
已编辑于 [regressed] How to prevent this list overflow hover (whats-it-called?) from freezing my CPU?
已回答1. 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... -
创建于 How to find *real* usages of method?
已计划When 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... -
创建于 IDEA randomly steals focus while still in background
已回答For 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... -
创建于 Restart option gone
已回答I 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... -
已编辑于 [Formatter] Align array elements
已回答Just 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}...