Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created Going For A Record?
Hi,Is JetBrains going for a new all-time record for how long the forums remain broken?"Community" has been throwing unhandled exceptions for days.RRS -
Created "Find Usages in File..." (CTRL+F7) w/o Confirmation
Hi,Is it possible to keep IDEA from asking me for confirmation when I initiate a search for usages within a file?Randall Schulz -
Created JetGroovy 1.6 & IDEA 7.0.4 EAP -> No Groovy / Grails Settings Section
Hi,I just upgraded IDEA to 7.0.4 EAP build #7860 and then upgraded JetGroovy to 1.6.16943 seemingly without incident.When I went to check the Groovy / Grails configuration section, I could not find... -
Created Glitch While Upgrading to Grails 1.0.1 -> 1.0.3 and Groovy 1.5.4 -> 1.5.6
Hi,I just upgraded to the newly released Grails 1.0.3 and the recently released 1.5.6.After performing the installations and upgrading my Grails application from the command line (while IDEA was no... -
Created Resolving url(...) Within Grails App's CSS
Hi,I just added a couple of list-style-image properties to the "main.css" for my Grails application, and IDEA is flagging the URI given as an argument to url(...) value with "Cannot resolve file '.... -
Created Find Usages w/o "Include Overloaded ..." Includes Overloads
Hi,I have a couple of static domain class methods, one with one argument, the other with two arguments (no varargs) and when I do a Find Usages on the two-argument form and un-check "Include overlo... -
Created Odd "Cannot assign 'Type' to 'null'" Diagnostic
Hi,In this Grails controller action closure, each of the method calls (the name and the arguments) are flagged with the error message "Cannot assign 'Clif' to 'null'" (pathLookup(...) and Clif.load... -
Created Bad "Cannot resolve..." In Call of Statically Imported Method
In a static method a call of a statically imported method is spuriously flagged as "Unable to resolve..."Specifically, this code:<![CDATA[ import static rrs.util.FS.canonicalName import static ... -
Created Static Import Incorrectly Shown as Unused (Gray)
Hi,I have a Grails controller class with a static import of a method that is used (called in an action closure), but JetGroovy labels it "Unused import" and shows it in gray.(Upon seeing the "unuse... -
Created IntelliLang's RE Error Hallucinations
Hi,How many people find that IntelliLang will spuriously flag perfectly fine regular expressions as erroneous (red under-squiggle)?I witness is frequently, though unpredictably. Once it happens in ...