From 8241b40ddbcacfa39a0ae8f8484bd2cacbd8c681 Mon Sep 17 00:00:00 2001 From: Lukas Felber Date: Fri, 11 Apr 2014 15:21:59 +0200 Subject: [PATCH] added supported gnu file types to cdt file-types-list (defined here: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71) Change-Id: I3f90382c4560aecc148c1826d8ff9242dffacb78 Signed-off-by: Lukas Felber Reviewed-on: https://git.eclipse.org/r/24850 Reviewed-by: Sergey Prigogin Tested-by: Sergey Prigogin --- core/org.eclipse.cdt.core/plugin.xml | 40 ++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index fea1dc39ffd..369bd5668f6 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -365,6 +365,22 @@ type="text" extension="cxx"> + + + + + + + + @@ -377,6 +393,26 @@ type="text" extension="hpp"> + + + + + + + + + + @@ -508,12 +544,12 @@