Ignore:
Timestamp:
2009-09-04T10:49:53+02:00 (15 years ago)
Author:
Gubaer
Message:

Improved auto completion
fixed #2729: Auto completion with numbers sometimes annoying (only fixed in presets, relation editor, not in property dialog)
fixed #2320: Preset dialog for house numbers should have autocompletion (auto completion now supported in all preset dialogs)

File:
1 edited

Legend:

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

    r2040 r2048  
    3434
    3535import org.openstreetmap.josm.gui.dialogs.relation.RunnableAction;
    36 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionCache;
    37 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionList;
     36import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionCache;
     37import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList;
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.