Jeba Bhaskaran writes: > I am currently using dabbrev-completion to complete > variable names in a Java buffer. How difficult would > it be to add this functionality to the JDE Complete > Menu function? For example, if there is a ".", then > the jde-complete-menu as it now would be called and if > a "." is not present then dabbrev-completion function > would be called. Can this be added to the wish list? >
This would be easy to do but I don't believe it is the right thing to do. I don't see the point of calling dabbrev to complete field and method names defined or inherited by the class in the current buffer. - Paul