From e62ed2c8b70a67ac881c897535740d66c514ed92 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 11 Mar 2014 15:05:52 -0400 Subject: [PATCH] Bug 429963 - m4 editor not handling quotes properly - Fix Autoconf editor to not arbitrarily apply to any m4 file, but instead list a set of filenames known to be part of autoconf (i.e. expect [] quotation) Change-Id: Ib6b5a6b8c215d63b0a2423f5a01de5d9131a92c6 Reviewed-on: https://git.eclipse.org/r/23217 Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.ui/plugin.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.ui/plugin.xml b/build/org.eclipse.cdt.autotools.ui/plugin.xml index 9413f67e7ee..ded42d67cec 100644 --- a/build/org.eclipse.cdt.autotools.ui/plugin.xml +++ b/build/org.eclipse.cdt.autotools.ui/plugin.xml @@ -167,8 +167,7 @@ class="org.eclipse.cdt.autotools.ui.editors.AutoconfEditor" contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor" default="true" - extensions="m4" - filenames="configure.in,configure.ac" + filenames="configure.in,configure.ac,aclocal.m4,acinclude.m4,libtool.m4,ltversion.m4,ltsugar.m4,ltoptions.m4,ltdl.m4,ltgcc.m4,lt~obsolete.m4" icon="icons/autoconf.gif" id="org.eclipse.cdt.autotools.ui.editor.autoconf" name="%Autoconf.editor.name"/>