Changes between Initial Version and Version 1 of Ticket #4421, comment 47


Ignore:
Timestamp:
2012-03-10T20:38:18+01:00 (12 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 47

    initial v1  
    22
    33Now
    4 - JavaScript works in <script> element and in embedded ${expression}
    5 - All variables are stored in JS engine, <if> tag was simplified
     4- JavaScript works in '''<script>''' element and in embedded '''${expression}'''
     5- All variables are stored in JS engine, '''<if>''' tag was simplified
    66- API was inroduced, may be extended (see examples)
    7 - Preference fragments from XML (only already parsed) can be referenced as API.fragments['id'] from <script> code
     7- Preference fragments from XML (only already parsed) can be referenced as '''API.fragments[id]''' from '''<script>''' code
    88- Preferences in Advanced preferences table are colorizedd (like shortcuts) and sorted. User can press "Cancel" and discard preference changes.
    99- Known default values are given to script, after its work values that are equal to default are skipped.
    1010- Log is shown after importing files. (Messages can be added or changed in code)
    1111
    12 Please have a look at it...
     12Please have a look at it. Custom build: http://dl.dropbox.com/u/63393258/josm-custom.jar
    1313
    1414