From: khartlage Date: Thu, 16 Oct 2003 18:49:45 +0000 (+0000) Subject: fix from durel_b: X-Git-Url: http://git.phpeclipse.com fix from durel_b: Use CONTENT_ASSIST_PROPOSALS ID from org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds now --- 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