Michael Kay

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Shelving a set of breakpoints
AnsweredIt 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ...