Changes between Initial Version and Version 5 of Ticket #6535
- Timestamp:
- 2011-07-03T23:47:13+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6535 – Description
initial v5 1 1 I want to create a plugin that changes some relations name format (add extra info in brackets at the end of the relation type, like the one added on boundaries with admin_level). 2 2 It seems currently not possible without patching JOSM (josm.gui.DefaultNameFormatter): 3 - Change the prototype of getRelationTypeName() from private to protected 3 - ~~Change the prototype of getRelationTypeName() from private to protected~~ 4 4 - Allow JOSM to dynamically instantiate a DefaultNameFormatter sub-class, specified by a plugin or by the user in the preferences. For that, it it possible to modify the getInstance() method. 5 5