Community
Participate
Working Groups
Created attachment 184488 [details] screen capture ASA table schema editor key bindings cut/copy/paste command name, category, name & description not externalized for translation.
Created attachment 184501 [details] Schema Object Editor "Schema Object Editor" for the "when" condition is also not externalized for translation.
Problem still exists in DTP 1.11.1. These strings are hard-coded in "org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples/plugin.xml": <category id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" name="ASA 9.x table schema editor" /> <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.cutcolumn" name="Cut" /> <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn" name="Copy" /> <command categoryId="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x" id="org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.pastecolumn" name="Paste" /> </extension> <context description="Schema Object Editor" id="org.eclipse.datatools.sqltools.schemaobjecteditor.schemaediting" name="Schema Object Editor" parentId="org.eclipse.ui.contexts.window" /> </extension>