At 09:06 PM 8/9/99 -0400, David Waite wrote: >Is there a mailing list archive? I would probably still ask this question if >there was one, but at least I would be better educated =) > >Is the autocompletion to be based on compiled classes, or based on code >being edited? I am under the impression that it would be based on reflection >of classes in path, but that isn't nearly as useful as having something >parse incomplete java for function declarations =) > I have incorporated a full Java parser into the JDE. One of its planned uses is for an Intellisense-like capability. However, that capability is on hold as I am currently have my hands more than full integrating the new debugger being developed for the JDE by Amit Kumar of Sun Microsystems. - Paul
