| [news.eclipse.webtools.jsf] Re: Extending the HTMLEditor with custom operations |
2) For operations that manipulate the document, I am directly changing the (XML API) Document with calls such as element.appendChild(). Is this the
3) How can I change syntax high-lighting so that certain HTML attributes have a different color in the source code?
4) How can I add my own items to the code-completion of the source-code editor?
--Cam