Changes between Version 13 and Version 14 of GROUP_APP_HELP_R0


Ignore:
Timestamp:
05/06/09 19:05:00 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_HELP_R0

    v13 v14  
    9999 * Create a module {{{org.sophie2.main.func.help}}}. 
    100100  * Create an extension point for help entries (see below). 
     101  * Create menu item Help Contents. 
     102  * Move all about dialog functionality to the new module. 
    101103 
    102104 * Create a class HelpEntry that represents the JavaHelp's HelpSet that a module can provide. 
     105  * The class should have two fields: 
     106   * helpSetPath - relative path to the corresponding HelpSet file. 
     107   * sortKey - string value which determines the order of this entry in the help contents tree. 
    103108 
    104109 * Create an enum HelpLogic with field DISPLAY_HELP.