Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-02-06 14:23:04 +0000
committerDani Megert2006-02-06 14:23:04 +0000
commit6bebf1c39dfd18626e5ba8684d123acbb0adfcc4 (patch)
tree73e4d0452c0f1370037715abeb643f272232a5cc /org.eclipse.ui.workbench.texteditor/plugin.properties
parentf90e50a9833a698f8fdcb5501219a58a81898321 (diff)
downloadeclipse.platform.text-6bebf1c39dfd18626e5ba8684d123acbb0adfcc4.tar.gz
eclipse.platform.text-6bebf1c39dfd18626e5ba8684d123acbb0adfcc4.tar.xz
eclipse.platform.text-6bebf1c39dfd18626e5ba8684d123acbb0adfcc4.zip
Moved content assist related commands and keybindings from org.eclipse.ui.workbench.texteditor to org.eclipse.ui.
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties4
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index ce76de6b49a..ea1c06c4499 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -44,10 +44,6 @@ goToLastEditPosition.description= Last edit location
command.clearMark.description = Clear the mark
command.clearMark.name = Clear Mark
-command.contentAssistContextInformation.description= Show Context Information
-command.contentAssistContextInformation.name= Context Information
-command.contentAssistProposals.description= Content Assist
-command.contentAssistProposals.name= Content Assist
command.deleteLine.description = Delete a line of text
command.deleteLine.name = Delete Line
command.cutLine.description = Cut a line of text

Back to the top