RE: Random Keyboard Language Change

2005-05-04 Thread Britton, Chris
] Sent: Wednesday, May 04, 2005 8:21 PM To: Britton, Chris Cc: jde@sunsite.dk Subject: Re: Random Keyboard Language Change The culprit is C-\ or toggle-input-method. I used to do this all the time, until I did a describe-key on C-\ while looking for a short unused key sequence I could bind something

Quoting Values for System Properties

2002-06-27 Thread Britton, Chris
I have encountered a problem specifying values for system properties. Given the code snippet: String value = System.getProperty(my.property); System.out.println(my.property= + value); When the program is executed from JDE and the system property is specified by typing:

RE: Breakpoint in inner Class

2002-06-25 Thread Britton, Chris
I've encountered this problem before when I try to set a breakpoint in a private inner class using the C-x, C-a, C-b key sequence. I worked around it by temporarily removing the private qualifier from the inner class definition. Alternatively, I have also had some luck when I typed the stop