Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
Created JetGroovy 1.5 Colors (Settings:Colors & Fonts) Flakey
Hi,I wanted to change one of the default color assignments used in Groovy code (specifically, the block comment background, which is currently pale yellow and which I'd like to disable).When I trie... -
Created Debugger -> Console: Is It Possible To Separate Standard Out From Error?
Hi,Sometimes my application produces rather voluminous trace output (on standard error) and only a little primary output (on standard output) and it can be hard to find the standard out amidst all ... -
Created JetGroovy 1.5 Obvservations
Hi,Having recreated my module after JetGroovy 1.5 eradicated it in favor of an entirely new one, I'm back to working. Already I've noticed some things about which I'd like to give some feedback:- N... -
Created JetGroovy 1.5 Wiped Out A Whole Module Of My Project!
Hi,I thought I was upgrading to a new JetGroovy 1.0, but instead it was 1.5. After restarting IDEA (#7718) I was notified of a new facet detection (and of a NoClassDefFound exception from Inspector... -
Created Request: Show JetGroovy Version Number on its Settings Configuration Pane
Hi,It takes a long time to load the IDEA Plugins configuration pane (*). It would be nice to be able to check the installed JetGroovy version by looking at its own configuration pane (where the Gra... -
Created Undo Granularity Wrong After Multiple CTRL-/ (Comment Line)
Hi,I just went through a method commenting out several lines using CTRL-/ (a.k.a. "Comment Line"). Along the way, I realized I'd commented one I didn't want to, so I typed CTRL-Z. When I did that, ... -
Created TabReorder NPE + Tab Confusion
Hi,Today I encountered two anomalies with TabReorder (a plug-in I like very much and use routinely).Both involved a tab that held a resouce bundle editor:1) When I right-clicked the main editing ta... -
Created Inspection for Discarded Constructor Return?
Hi,I a whirlwind of editing, I wound up with this bit of code without noticing it (until I began testing):<![CDATA[ if (configOverrides == null) new ArrayList(); ]]>Naturally, what I wa... -
Created Recovery After JVM Crash?
Hi,IDEA (7.0.3 EA build #7684) just died on me owing to a JVM crash:#An unexpected error has been detected by Java Runtime Environment:# SIGSEGV (0xb) at pc=0x0626d192, pid=510, tid=1637804976# Jav... -
Created Submitting Exception-Driven Bug Reports within IDEA
Hi,What's a guy gotta' do to get the ITN server to accept a bug report from the IDEA exception manager?I keep getting 503s and read timeouts.Randall Schulz