Changes between Version 8 and Version 9 of DevelopersGuide/HelpSystem


Ignore:
Timestamp:
2018-02-22T17:29:49+01:00 (7 years ago)
Author:
Hb---
Comment:

Do not confuse kinds of help topics with wiki addressing

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/HelpSystem

    v8 v9  
    1515Help topics are "addresses" of individual help pages in the JOSM help content. There are two kinds of help topics:
    1616  * '''absolute help topics''' - absolute help topics consist of a pointer to help content '''including''' the language specific root. Examples:
    17     * [wiki:/Help/Action/Download /Help/Action/Download] - help topic for the help content about the download action, in English
    18     * [wiki:/Fr:Help/Dialog/LayerList /Fr:Help/Dialog/LayerList] - help topic for the help content about the layer dialog, in French
    19 
    20   * '''relative help topics''' - relative help topics consist of a pointer to help content '''not including''' the language specific root. They are language independent references to help content. Examples:
     17    * `/Help/Action/Download` - help topic for the help content about the download action, in English
     18    * `/Fr:Help/Dialog/LayerList` - help topic for the help content about the layer dialog, in French
     19
     20  * '''relative help topics''' - relative help topics consist of a pointer to help content '''not including''' the language specific root. They are language independent references to help content used in JOSM code. Examples:
    2121    * {{{/Action/Download}}} - help topic for the help content about the download action
    2222    * {{{/Dialog/LayerList}}} - help topic for the help content about the layer dialog
     
    8282}}}
    8383
    84 If you wan't to activate context-sensitive help for a JDialog or a JFrame, configure it for the root pane:
     84If you want to activate context-sensitive help for a JDialog or a JFrame, configure it for the root pane:
    8585
    8686{{{