Mark Fletcher wrote: > Thanks! Is the InsertCharacterPane source code available somewhere? Or > do I need to use a decompiler utility to take a look?
A person who wants to extend XXE by writing Java[tm] code is expected to have Professional Edition. With Professional Edition, you get the full source code of the product. This source code should be considered as being the ultimate documentation of the product. Note that the source code of Professional Edition and Standard Edition are strictly identical. That is, it makes sense to read parts of the source code of Professional Edition, even if in fact, you just want to extend Standard Edition. Now if you consider that reading the source code of the product means that some documentation for developers is missing, well, this is not the case! This part of the developer's guide http://www.xmlmind.com/xmleditor/_distrib/doc/dev/gui.html#d0e7257 describes a word counter tool which is implemented as an AppTool. An AppTool is very, very, similar to an AppPane. Therefore, may be suffice to read http://www.xmlmind.com/xmleditor/_distrib/doc/dev/gui.html

