Changes between Version 3 and Version 4 of DevelopersGuide/HelpSystem


Ignore:
Timestamp:
2009-11-08T17:21:57+01:00 (16 years ago)
Author:
Gubaer
Comment:

added link

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/HelpSystem

    v3 v4  
    4747If you enable context-sensitive help for an UI widget or add a help button to the UI the help context is declared with a '''relative help topic'''.
    4848
    49 Always use the marker method [source:/trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java ht("...")] to declare a help topic. {{{ht}}} just replies the relative help topic. It's purpose is only to make explicit which string constants are used as help topics. There are scripts which harvest these help topics from the JOSM source and create a [wiki:/DevelopersGuide/HelpSystem/HelpTopicsList cross-references].
     49Always use the marker method [source:/trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java ht("...")] to declare a help topic. {{{ht}}} just replies the relative help topic. It's purpose is only to make explicit which string constants are used as help topics. There are [source:/trunk/utils/org/openstreetmap/josm scripts] which harvest them from the JOSM source and create a [wiki:/DevelopersGuide/HelpSystem/HelpTopicsList cross-references].
    5050
    5151=== Adding a help button to an UI widget ===