Randall Schulz

- Total activity 1561
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 536
-
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... -
Created Click-and-Go Breakpoints?
Hi,One debugger I remember from the dim dark pasts of my past had a feature I found very useful: You could, while stopped in the debugger and by using a particular keyboard modifier, click in the m... -
Created How to Gain Control of Formatting?
Hi,I am now finding that the unwanted manipulations perpetrated by IDEA's editor when I enter JavaDoc comments is so annoying and counter-productive I've stopped adding documentation comments entir... -
Created Shift-Click Inside Selection Yields Insertion Point
Hi,Shift-click selections have an anomalous behavior. To wit:- Click: yields insertion point- Shift-click: yields selection from location of first click to location of 2nd click- Shift-click furthe... -
Created JavaDoc Comments My Way?
Hi,I dislike all the unbidden auto-typing the editor does for me. For example, I type "/**<![CDATA[" and a JavaDoc comment stub appears. I dislike this intensely, in part because I cannot stand the... -
Created Remote / External Control Interface? Open Files From a Shell?
Hi,As I divide my development activities between an interactive command shell and the IDE, I often find it convenient to issue a command that tell the IDE editor to open a file whose name is specif... -
Created Finding / Fixing Fonts That Crash the JVM
Hi,I am running IDEA 6.0.2 on Linux using Java 1.5.0_07 and have the problem of the JVM blowing out when I try to configure the text editing font.What I'd like to know is how to find or identify th... -
Created Configuring the Context Menu
Is it possible to configure the commands that are presented in the context menu of IDEA 6 (6.0.2)?Randall Schulz -
Created Replicating a Built-In File Type Specification
I sometimes keep chunks of Java code or whole old versions of Java class files in my working directories. I keep such code in files with the suffix ".jsrc" so tools such as Ant will not find and co...