Changes between Version 1 and Version 2 of Ticket #6250, comment 17
- Timestamp:
- 2011-04-23T08:30:34+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6250, comment 17
v1 v2 2 2 If I put part of SelectionListModel closer to DataSet as separate listener, it will maintain history continuously. 3 3 This needs much bigger kernel change also and can cause many other potential bugs (messing with at least 4 listeners!) 4 (we cannot just move setJOSMSelection() and funcitions calling it to ther class, becuse it also maintains 'selection' - copyed collection selection) 5 6 So if we need better architecture, you can improve it yourself. I do not want to ruin half of Josm after spending hours)