Update Word toolbar
Make changes
Update the required files:
>> svn up ice/trunk/templates/ice
>> svn up ice/downloads/latest/templates
Remove any previously installed ICE Word toolbars
Right click on and open
trunk/templates/word/ice-toolbar-installer.dotOpen the Word Visual Basic editor and make the required changes
Important: If changes are required to the 'toolbar' module remember copy the content from
toolbar.txtbefore making changes. The compiler conditions at the top of the module will need to be set for Word, for example:#Const MSWD = True #Const OOO = Not MSWD
Save the toolbar
Install the modified toolbar & test the changes
Repeat steps 2 to 5 until the testing passes
Important: If changes are made to the 'toolbar' module copy any changes back into
toolbar.txt, remember to check the compiler conditions are set to OOo, for example:#Const MSWD = False #Const OOO = Not MSWD
Change version number in About dialog box to match the OOo version.
Release changes
For changes made to the trunk version, SVN commit the modified files in ice/trunk/templates.
If testing has been completed and the toolbar is ready for release i.e. 'stable', copy the ice-toolbar from ice/trunk/templates/word into ice/downloads/latest/templates, change the About dialog version information to 'stable' and commit the changes.






