Karl Guggisberg napsal(a): > Hi Dave, > > I saw that your patch regarding selection handling was commited: > http://josm.openstreetmap.de/ticket/3676 > > When you introduce a new "selection cache" in the future, could you make > sure it's *ordered*, i.e. it reflects the order in which primitives are > selected (could be a list, an ordered set, instead of a plain collection)?
FYI: josm-ng used LinkedHashSet for keeping (per-layer) selection and used the order just to cover the cases you mentioned. Nenik _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
