Carlos S. wrote: > > For intellisense I mean, we want to show a list of selectable elements at the > main editor panel, while the user is typing.
I'm really sorry but XMLmind XML Editor has not been designed to do this. Note that even if this worked, I don't know how to make this feature quick and easy to use in XMLmind XML Editor, as our editor has *3* different insert commands: Insert Before, Insert (into) and Insert After. Note that each Insert command has a different list of ``selectable elements''. In general, any attempt to make XMLmind XML Editor mimic other XML editors (e.g. oXygen) or Word processors (e.g. MS-Word) is likely to fail. XMLmind XML Editor has been designed to be extensible, but only in order to add extra and/or specialized behaviors. > It could be something very similar to the AutoCompletion (or the same if it > is possible). > http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/guiutil/AutoCompletion.html This Java class is a generic purpose helper which adds autocompletion to a standard Swing JTextField. It is not related to XMLmind XML Editor validation engine in any way. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

