It appears that the 18118 build of JOSM has moved the undoRedo from the MainApplication class.
MainApplication.undoRedo.add(new SequenceCommand(cmdDescription, cmds))
groovy.lang.MissingPropertyException: No such property: undoRedo for class: org.openstreetmap.josm.gui.MainApplication
Do you have any tips for where this functionality moved to?
It appears that the 18118 build of JOSM has moved the undoRedo from the MainApplication class.
MainApplication.undoRedo.add(new SequenceCommand(cmdDescription, cmds))
groovy.lang.MissingPropertyException: No such property: undoRedo for class: org.openstreetmap.josm.gui.MainApplication
Do you have any tips for where this functionality moved to?