Blog | Roadmap | Browse Source | View Tickets | Register | Trac Login | Forgot Password?

Update Word toolbar

Make changes

  1. Update the required files:

    >> svn up ice/trunk/templates/ice
    >> svn up ice/downloads/latest/templates
  2. Remove any previously installed ICE Word toolbars

  3. Right click on and open trunk/templates/word/ice-toolbar-installer.dot

  4. Open 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.txt before 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
  5. Save the toolbar

  6. Install the modified toolbar & test the changes

  7. 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
  8. 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.

previous up next