The MyEclipse javascript has a nice feature whereby it pops down a list of available functions after typing a period. For example, typing “document.” invokes a list of methods and properties of the document object.
Unfortunately, this list is far out of date. It helpfully shows which objects are available for IE and which are available for Netscape. Netscape 4.x, that is. There are several DOM1 and DOM2 methods and properties that are not listed. addEventListener(), for example.
I assume that the content for the content assist is stored in a flat file somewhere. Anyone know where it is? Searching through the MyEclipse directory for files containing attachEvent yielded no results. I’d like to just add in DOM1 and DOM2 stuff myself, and then maybe kick back the enhancement to you guys.
Thanks,
John Vance