Changes between Version 3 and Version 4 of Ticket #4421, comment 35


Ignore:
Timestamp:
2012-03-06T12:28:38+01:00 (14 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4421, comment 35

    v3 v4  
    66> It's a bit crazy, this way we don't need to invent and maintain a huge domain specific language for a very limited purpose.
    77If there will be Josm JS API, it should also allow to work with files, plugins, etc. Then people will ask switching modes and drawing...
    8 We have no JS engine in JOSM currently and it will be not me who can add and maintain it :)
     8We have no JS engine in JOSM currently and it will be not me who can add and maintain it :) (there is working Scripting plugin, by the way)
    99
    1010XPath is also not so well-known for writers of configuration files :). I cannot include support for advanced XML processing now, because XML-fragments with preferences are parsed by Preferences class and then all modifications are done for Java objects, not XML. Only some preprocessor can be called (like XSLT for whole preferences.xml or matching tags), but it can not help in complex cases.