Ignore:
Timestamp:
2010-04-26T23:25:10+02:00 (14 years ago)
Author:
bastiK
Message:

autocompletion rework; breaks tageditor plugin and possibly other plugins
(merged the 2 autocompletion systems; adds presets values for the properties dialog )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/ac/AutoCompletionList.java

    r3083 r3210  
     1// License: GPL. For details, see LICENSE file.
    12package org.openstreetmap.josm.gui.tagging.ac;
    23
     
    297298        System.out.println("---------------------------------");
    298299        for (AutoCompletionListItem item: list) {
    299             System.out.println(item.getValue());
     300            System.out.println(item);
    300301        }
    301302        System.out.println("---------------------------------");
Note: See TracChangeset for help on using the changeset viewer.