Michael Kay
- 活动总数 22
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 9
-
创建于 Shelving a set of breakpoints
已回答It would be nice to be able to save the current set of breakpoints somewhere, clearing them all, but in such a way that they can later be reinstated. I'm thinking of the situation where you're doin... -
创建于 File corruption - application settings
IntelliJ 10.5.2 on Mac.I'm getting this when I do "Edit Configurations":Caused by: java.io.IOException: Corrupted records: storageLength=6,452,924 recordsLength=6,452,916 recordSize=20 at com.intel... -
创建于 Problems loading an existing GWT application
I'm trying to load an existing working GWT application into IntelliJ. (In fact, it was originally developed under IntelliJ, then moved to Eclipse, and now I want to move it back).I've created the p... -
创建于 Structural Search/Replace on Mac
I'm running IntelliJ Ultimate 10.5.2 on Mac OS/X. The Structural Search/Replace menu items aren't listed in the Search menu. They are present on a colleague's installation of the same version on Ub... -
创建于 Define a @NotNull getter for a @Nullable field
I commonly have a field that may be null, and a getter method that tests whether the field is null, and if so, initializes it. For example@Nullable private PrintStream outputDestination = null;@Not... -
创建于 Control stable interfaces
It wouldn't surprise me if there's already something in IntelliJ for this: if so, I'd like to know about it; if not, I'd like to suggest it as an idea for a future release.Some of the interfaces in... -
创建于 Getting rid of "for|while replaceable by for-each"
I've found most of the buttons to press to customize the error/warning/info lights down the right margin. But since moving to 6.0 I'm getting a lot of unwanted yellow for "for|while replaceable by ...