RE: Random Keyboard Language Change

2005-05-05 Thread Britton, Chris
lts [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 12:52 AM To: Britton, Chris Cc: jde@sunsite.dk Subject: Re: Random Keyboard Language Change Chris, I had a similar problem but different enough that I hesitate to mention it. For me, it switched to Chinese and seemed to affect other

RE: Random Keyboard Language Change

2005-05-04 Thread Britton, Chris
aj Acharya [mailto:[EMAIL PROTECTED] 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 sho

RE: Would be nice if "prj.el" didn't load until needed

2004-12-17 Thread Britton, Chris
Uncheck the JDE->Project->Auto Switch menu item. Alternatively, you can manually add the following line to your prj.el file. '(jde-project-context-switching-enabled-p nil) Hope this helps. -- Chris Britton [EMAIL PROTECTED] -Original Message- From: Karr, David [mailto:[EMAIL PROT

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: -Dmy.pro

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 co