mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
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 <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
parent
039e2619d8
commit
e62ed2c8b7
1 changed files with 1 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue