Changes between Version 5 and Version 6 of Nl:Help/Plugin/Scripting
- Timestamp:
- 2016-04-30T13:43:32+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nl:Help/Plugin/Scripting
v5 v6 34 34 Als alternatief kunt u een willekeurige scripttaal gebruiken die een JSR-223 compatibel scriptingmachine verschaft, in het bijzonder 35 35 [http://groovy.codehaus.org/ Groovy], [http://www.jython.org/ Python], of [http://jruby.org/ Ruby].\\ 36 [https://github.com/gubaer/josm-scripting-plugin Source code atGitHub].36 [https://github.com/gubaer/josm-scripting-plugin Broncode op GitHub]. 37 37 Bekijk de [https://gubaer.github.io/josm-scripting-plugin/doc/documentation.html documentatie van de plug-in] voor meer informatie en vind de bron op [https://github.com/gubaer/josm-scripting-plugin GitHub]. 38 38 … … 57 57 58 58 == Zie ook == 59 * [wiki:/Nl:Plugins Plug-in Help] 59 * [wiki:/Nl:Help/Plugins Plug-in Help] 60 60 61 61 ----