Changes between Version 11 and Version 12 of Help/Plugin/Scripting
- Timestamp:
- 2013-07-16T20:14:07+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Plugin/Scripting
v11 v12 6 6 7 7 == In a nutshell == 8 The **scripting**plugins allows you to run scripts within JOSM.8 The [https://gubaer.github.io/josm-scripting-plugin scripting plugins] allows you to run scripts within JOSM. 9 9 10 10 Use it to automate small tasks for which no dedicated plugin is available, i.e. … … 15 15 16 16 The plugin includes a embedded scripting engine for Javascript based on Mozilla Rhino and a 17 [http://gubaer.github. com/josm-scripting-plugin/content/js-doc/index.html Javascript API] for the JOSM application objects.\\17 [https://gubaer.github.io/josm-scripting-plugin/apidoc/modules/josm.html Javascript API] for the JOSM application objects.\\ 18 18 Alternatively, you can use any scripting language which provides a JSR-223 compatible scripting engine, in particular 19 19 [http://groovy.codehaus.org/ Groovy], [http://www.jython.org/ Python], or [http://jruby.org/ Ruby].\\
