Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created IDEA Hangs Scanning a Particular Directory + Other Anomalous Behaviors
Hi,This morning when I started IDEA, no files were reopened from the previous day's session and the directory that was open (expanded) in the Project window showed "loading..." (in grey). All other... -
Created ~/.IntelliJIdea60 and ~/.IntelliJIdea70
Hi,I've been analyzing disk usage and cleaning up old files on my system, and noticed these two directories in my home directory (this is a Linux installation of IDEA):~/.IntelliJIdea60~/.IntelliJI... -
Created New (#7241) Search UI
The new search UI (http://www.jetbrains.net/confluence/display/IDEADEV/EAP7241Release+Notes) is very nice.I have a suggestion (that should be applicable to all the large- / wide-screen users): I ha... -
Created ETA On Next JetGroovy Update? Grails 0.6 Support??
Hi,Word over on the Groovy and Grails mailing lists is that a release of the JetGroovy plug-in that's compatible with Grails 0.6 (snapshot) is in the offing.If so, is there and ETA on the next upda... -
Created JavaDoc Editing Interfered With Even With "Enable JavaDoc formatting" Off
Editing JavaDoc comments even when the Code Style's "Enable JavaDoc formatting" is off is still interfered with by IDEA:<p/>1) when one hits enter in a JavaDoc comment, the supplied indent is that ... -
Created Newly Generated Imports Stomp Formatting of Existing Ones
I've have just noticed that in M2 (#7126) when I use a previously unused unqualified class name and then accept (ALT+Enter) an offered import, all the adjacent imports are reformatted.I prefer colu... -
Created What Does @PrintFormat "Unsubstituted expression" Mean?
Hi,I'm seeing an inspection warning that says only "Unsubstituted expression" on a parameter to a method call. It appears this is related to the use of the IntelliLang @PrintFormat annotation on th... -
Created How To Generate BASH Shell Scripts From File Templates?
Hi,I'm trying to create a File Template for a shell script that produces cover scripts for Java CLI programs.Because of the degree of similarity between the Velocity and BASH syntax, I'm having tro... -
Created Property (Lavender 'p' Icon) Determination
Hi,I'm morally opposed to "get..." and "set..." prefixes on property / attribute accessors and mutators. I eschew them in code I write for my own projects. Instead, I just use the property name and... -
Created Refactoring to Transform Base Class (Extends) to Field + Delegations?
Hi,Is there a refactoring that will replace a base class with a field of that class's type and possibly introduce delegations to the methods no longer inherited?If there are third-party (free or op...