>> Hello, >> >> I've just installed and downloaded JDE 2.2.8 and installed it in Emacs 21.1.1. >> The new JDE highlights a Java method when you make any change. The highlighting >> disappears when the .java file is saved.
>My version does not do this? What did you do to enable this functionality? > I find this feature annoying. How is it activated? So that I can then figure > out how to disable it. I couldn't find this in the documentation. >Actually I kind of think it would be cool :) This is done if you set (setq semantic-load-turn-everything-on t). This call turns on semantic-show-dirty-mode. Just do (semantic-show-dirty-mode -1) and this feature will disappear. I have already mailed Eric that IMHO this feature should be disabled per default! Klaus
