1.7-003
[new]Added getText() to find the text of menu’s and items
[new]Added getMenuIndexByText(…) and getItemIndexByText(…)
1.6-002
[new]added getVersion() and getLicense() methods to retrieve component information
[chg]the plugin is now lazy loading (again)
1.6-001
[new]mouse-over popup menu added
[fix]fixed a bug where only one element was not accepted for a right-click menu
1.5-221
[chg]added the plug-in to the new Update manager
[fix]corrected a bug with the menu accelerator choice
[fix]corrected a bug that prevented the wizard from showing
[fix]corrected a bug in the keycombobox on the accelerator dialog of the wizard
[bug]the menubar doesn’t remove/reset until after a new form is loaded
1.5-216
[fix]corrected a bug where a popup would not allow more than one level of submenu’s
1.5.1
[fix]corrected a bug that prevented the plug-in from registering a second time
[enh]dialog feedback when license data is wrong
[fix]fixed issue with update checker on windows platform
1.5
[new]popup menu’s added
[new]contextual menu’s (right click on elements) added
[new]added accelerator key dialog to the menubar wizard
[new]added sample solution
[enh]replaced 90% of all sample code with new, more commented code
[fix]solved an issue where removeMenu() and removeItem() didn’t work correct in the client
[opt]optimized some of the code
1.1
[new]menubar validation method added.
[new]creation of toolbars added.
[new]wizard added under the menu Tools/Plugins/IT2Be help/Menubar Wizzzard.
[new]update checker added under the menu Tools/Plugins/IT2Be help/Check for new plug-ins.
[new]readme window added to the Tools/Plugins/IT2Be readme’s menu.
[new]license window added to the Tools/Plugins/IT2Be licenses menu.
[enh]removeMenu() and removeItem() now take more than one argument. It is now also possible to do removeItem(1,2, 3, 4-n).
[chg]the format of ToolBar.addCheckBox and ToolBar.addComboBox changed. Push sample code to see the difference before using this function.
[chg]updated the document.
1.0
[new]first release