Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 31559)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 31560)
@@ -2,5 +2,5 @@
 <project name="tageditor" default="dist" basedir=".">
     <property name="commit.message" value="Tageditor:  help shortcut parser, rebuild"/>
-    <property name="plugin.main.version" value="7001"/>
+    <property name="plugin.main.version" value="8670"/>
     
 	<property name="plugin.author" value="Karl Guggisberg"/>
Index: /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java
===================================================================
--- /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java	(revision 31559)
+++ /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java	(revision 31560)
@@ -101,5 +101,5 @@
         // build the scrollable table for editing tag names and tag values
         //
-        tblTagEditor = new TagTable(tagEditorModel);
+        tblTagEditor = new TagTable(tagEditorModel, 0);
         tblTagEditor.setTagCellEditor(new TagSpecificationAwareTagCellEditor());
         TagTableCellRenderer renderer = new TagTableCellRenderer();
Index: /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagSpecificationAwareTagCellEditor.java
===================================================================
--- /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagSpecificationAwareTagCellEditor.java	(revision 31559)
+++ /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagSpecificationAwareTagCellEditor.java	(revision 31560)
@@ -15,5 +15,9 @@
     private static final Logger logger = Logger.getLogger(TagCellEditor.class.getName());
 
-    /**
+    public TagSpecificationAwareTagCellEditor() {
+		super(0);
+	}
+
+	/**
      * initializes  the auto completion list when the table cell editor starts
      * to edit the key of a tag. In this case the auto completion list is
