Ignore:
Timestamp:
04.09.2009 10:49:53 (3 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/dialogs/relation/MemberRoleCellEditor.java

    r2040 r2048  
    99import javax.swing.table.TableCellEditor; 
    1010 
    11 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionCache; 
    12 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionItemPritority; 
    13 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionList; 
    14 import org.openstreetmap.josm.gui.dialogs.relation.ac.AutoCompletionListItem; 
    1511import org.openstreetmap.josm.gui.tagging.AutoCompletingTextField; 
     12import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionCache; 
     13import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionItemPritority; 
     14import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionList; 
     15import org.openstreetmap.josm.gui.tagging.ac.AutoCompletionListItem; 
    1616 
    1717public class MemberRoleCellEditor extends AbstractCellEditor implements TableCellEditor { 
Note: See TracChangeset for help on using the changeset viewer.