From d22275a41a00f16142ae02d10b232963c6d0e9fd Mon Sep 17 00:00:00 2001 From: khartlage Date: Thu, 16 Oct 2003 18:49:45 +0000 Subject: [PATCH] fix from durel_b: Use CONTENT_ASSIST_PROPOSALS ID from org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds now --- net.sourceforge.phpeclipse/plugin.xml | 4 ++-- .../phpeclipse/phpeditor/PHPActionContributor.java | 5 +++-- .../phpeclipse/phpeditor/PHPEditor.java | 2 +- .../phpeditor/PHPEditorActionDefinitionIds.java | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml index 801f657..4428407 100644 --- a/net.sourceforge.phpeclipse/plugin.xml +++ b/net.sourceforge.phpeclipse/plugin.xml @@ -916,10 +916,10 @@ key="Ctrl+Shift+P" id="net.sourceforge.phpeclipse.ui.edit.text.php.goto.matching.bracket"> - - + --> "org.phpeclipse.phpdt.ui.edit.text.php.content.assist. proposals" * ). */ - public static final String CONTENT_ASSIST_PROPOSALS = "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$ +// public static final String CONTENT_ASSIST_PROPOSALS = "net.sourceforge.phpeclipse.ui.edit.text.php.content.assist.proposals"; //$NON-NLS-1$ /** * Action definition ID of the edit -> show Javadoc action -- 1.7.1