Hi Clay,
Currently we are developing a new plugin that runs on ArborText Editor , in that we required one new menu(Custom Menu) with some sub menus(Menu1 ....) on the menu bar, when I click the "Menu1" the content in the XML document which is loaded in the editor will check with some external data in one of the column in excel sheet which contain all the words .
Ex ; - I have a XML document like
<paragraph>
<para1>hello robert</para1> </paragraph> /
here 'robert' is the name which will not present in the excel sheet(External user dictionary)
The words which are not applicable in External user dictionary that words we will colored and when mouse is pointed on that we want to show customized popup menu which contains customized information.
Currently for misspell words the popup is displaying with red underline, we are not required this for our requirement. This existing functionality remains as it is. When custom menu(Menu1) is clicked and when mouse is pointed on misspelled word then the Custom popup should be displayed in place of existing one
Regards,
Prashant