Changes between Version 16 and Version 17 of Help/Plugin/Scripting


Ignore:
Timestamp:
2016-04-28T17:47:33+02:00 (8 years ago)
Author:
openstreetmap.org-user-d1g
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • Help/Plugin/Scripting

    v16 v17  
    2525* http://gubaer.github.io/josm-scripting-plugin/apidoc/modules/josm.html - scan what all classes, modules, mixins and namespaces can do.
    2626
    27 To write functional script than "josm.alert(josm.menu.length);" you should combine examples from multiple pages, for example:
    28 * [http://gubaer.github.io/josm-scripting-plugin/apidoc/classes/JSAction.html Create an action using "JSAction" class], then [http://gubaer.github.io/josm-scripting-plugin/doc/menu.html attach it to menu as was show at "Extending the JOSM menu and the JOSM toolbar" page]
     27To write functional scripts than "josm.alert(josm.menu.length);" you should combine examples from multiple pages, for example:
     28* [http://gubaer.github.io/josm-scripting-plugin/apidoc/classes/JSAction.html Create an action using "JSAction" class], then [http://gubaer.github.io/josm-scripting-plugin/doc/menu.html attach it to menu as was shown at "Extending the JOSM menu and the JOSM toolbar" page]
    2929
    3030== Implementations details ==