Hi, On Tue, May 6, 2008 at 5:30 AM, Mikoláš Janota <[EMAIL PROTECTED]> wrote: > 1) According to the documentation, jde-gen-cflow-enable should be the > variable to set to nil if one wants to get rid of control flow > expansions. I tried that and it didn't work. Is it a problem on my > side?
jde-gen-cflow-enable doesn't do anything (at least for expansion) here as well. The variable you need to use is jde-enable-abbrev-mode, I have tested it here and it worked, just customize that variable and set it to "off(nil)" > 2) After some experiments I came to the discovery that turning the > abbrev mode off gets rid of these expansions. How can I disable the > abbrev mode as a default? (My, probably silly, attempt was to hook to > the jde-hook.) Well this will probably be the way if jdee does not provide you a customizable variable to turn it off. :) Cheers, Phuah Yee Keat ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
