Initial commit
This commit is contained in:
30
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/about.html
Normal file
30
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/about.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>10th July, 2002</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/cdtcore.jar
Normal file
BIN
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/cdtcore.jar
Normal file
Binary file not shown.
BIN
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/cdtparser.jar
Normal file
BIN
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/cdtparser.jar
Normal file
Binary file not shown.
@@ -0,0 +1,69 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2003, 2004 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=C/C++ Development Tools Core
|
||||
providerName=Eclipse.org
|
||||
|
||||
cnature.name=C Nature
|
||||
ccnature.name=C++ Nature
|
||||
CProblemMarker.name=C/C++ Problem
|
||||
PathEntryProblemMarker.name=Path Entry Problem
|
||||
CBuildCommand.name=C Builder Command
|
||||
CBuildConsole.name=C Builder Console
|
||||
CProject.name=C Project
|
||||
ProcessList.name=Process List
|
||||
ErrorParser.name=Error Parser
|
||||
CodeFormatter.name=C/C++ Code Formatter
|
||||
CodeFormatter.name=C/C++ Code Formatters
|
||||
|
||||
CTaskName=C/C++ Task
|
||||
|
||||
IndexerMarker=Indexer Marker
|
||||
|
||||
ElfParser.name=Elf Parser
|
||||
GNUElfParser.name=GNU Elf Parser
|
||||
PEWindowsParser.name=PE Windows Parser
|
||||
CygwinPEParser.name=Cygwin PE Parser
|
||||
XCOFF32Parser.name=AIX XCOFF32 Parser
|
||||
MachOParser.name=Mach-O Parser
|
||||
SOMParser.name=HP-UX SOM Parser
|
||||
|
||||
CDTGNUCErrorParser.name=CDT GNU C/C++ Error Parser
|
||||
CDTGNUAssemblerErrorParser.name=CDT GNU Assembler Error Parser
|
||||
CDTGNULinkerErrorParser.name=CDT GNU Linker Error Parser
|
||||
CDTGNUMakeErrorParser.name=CDT GNU Make Error Parser
|
||||
CDTVisualCErrorParser.name=CDT Visual C Error Parser
|
||||
|
||||
PathEntryContainerInitializer=Path Entry Container Initializer
|
||||
|
||||
fileTypeMapping.AssemblyLanguage=Assembly
|
||||
fileTypeMapping.cSourceFile=C Source File
|
||||
fileTypeMapping.cppSourceFile=C++ Source File
|
||||
fileTypeMapping.assemblySourceFile=Assembly Source File
|
||||
fileTypeMapping.cHeaderFile=C Header File
|
||||
fileTypeMapping.cppHeaderFile=C++ Header File
|
||||
|
||||
fragmentName.aix = C/C++ Development Tools Core for AIX
|
||||
fragmentName.linux = C/C++ Development Tools Core for Linux
|
||||
fragmentName.qnx = C/C++ Development Tools Core for QNX
|
||||
fragmentName.solaris = C/C++ Development Tools Core for Solaris
|
||||
fragmentName.win32 = C/C++ Development Tools Core for Windows
|
||||
fragmentName.macosx = C/C++ Development Tools Core for MacOS X
|
||||
|
||||
CodeFormatter.name=C/C++ Code Formatter
|
||||
CodeFormatter.name=C/C++ Code Formatters
|
||||
DefaultCodeFormatter.name=Default Formatter
|
||||
DefaultCodeFormatter.name=Default Formatter
|
||||
|
||||
cSourceName=C Source File
|
||||
cHeaderName=C/C++ Header File
|
||||
cxxSourceName=C++ Source File
|
||||
cxxHeaderName=C++ Header File
|
||||
asmHeaderName=Machine Assembly Source File
|
||||
531
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/plugin.xml
Normal file
531
TBE/Eclipse/plugins/org.eclipse.cdt.core_2.1.0/plugin.xml
Normal file
@@ -0,0 +1,531 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.core"
|
||||
name="%pluginName"
|
||||
version="2.1.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.core.CCorePlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="cdtcore.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
<library name="cdtparser.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
<import plugin="org.eclipse.team.core"/>
|
||||
<import plugin="org.eclipse.core.runtime"/>
|
||||
<import plugin="org.eclipse.text"/>
|
||||
</requires>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Obsolete extension point no longer in use, will be remove. -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="CProject" name="%CProject.name" schema="schema/CProject.exsd"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point:(work in progress) IConsole, customize a C Build console output -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="CBuildConsole" name="%CBuildConsole.name" schema="schema/CBuildConsole.exsd"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: IProcessList, returns a list of running processes -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="ProcessList" name="%ProcessList.name" schema="schema/ProcessList.exsd"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: IErrorParser, error parsers use when building -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="ErrorParser" name="%ErrorParser.name"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: IBinaryParser, use to detect wheter an IFile is a binary -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="BinaryParser" name="BinaryParser"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: IPathEntryStore, use to provide a storage for PathEtnry -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="PathEntryStore" name="PathEntryStore"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Obsolete extension point, use the IPathEntry mechanism to provide include/macros -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="ScannerInfoProvider" name="Scanner Information Provider"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Extension Point: CFileType and CFileTypeAssociation for translation unit ident -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="CLanguage" name="CLanguage" schema="schema/CLanguage.exsd"/>
|
||||
<extension-point id="CFileType" name="CFileType" schema="schema/CFileType.exsd"/>
|
||||
<extension-point id="CFileTypeAssociation" name="CFileTypeAssociation" schema="schema/CFileTypeAssociation.exsd"/>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- PathEntryContainer initialization, this is part of the IPathEntry framework -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension-point id="PathEntryContainerInitializer" name="%PathEntryContainerInitializer" schema="schema/PathEntryContainerInitializer.exsd"/>
|
||||
<extension-point id="CodeFormatter" name="%CodeFormatter.name" schema="schema/CodeFormatter.exsd"/>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Define the list of the Binary Parser provided by the CDT -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="ELF"
|
||||
name="%ElfParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.elf.parser.ElfParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="GNU_ELF"
|
||||
name="%GNUElfParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.elf.parser.GNUElfParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="PE"
|
||||
name="%PEWindowsParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.coff.parser.PEParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="Cygwin_PE"
|
||||
name="%CygwinPEParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.coff.parser.CygwinPEParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="XCOFF32"
|
||||
name="%XCOFF32Parser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.xcoff.parser.XCOFF32Parser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="SOM"
|
||||
name="%SOMParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.som.parser.SOMParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<!-- This is for backward compatibility: an Typo was introduce in on of the realease
|
||||
and "ELF" instead of "Elf" -->
|
||||
<extension
|
||||
id="Elf"
|
||||
name="%ElfParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<filter
|
||||
name = "visibility"
|
||||
value = "private">
|
||||
</filter>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.elf.parser.ElfParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<extension
|
||||
id="MachO"
|
||||
name="%MachOParser.name"
|
||||
point="org.eclipse.cdt.core.BinaryParser">
|
||||
<cextension>
|
||||
<run
|
||||
class="org.eclipse.cdt.utils.macho.parser.MachOParser">
|
||||
</run>
|
||||
</cextension>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Define the list of Error Parser provided by the CDT -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="MakeErrorParser"
|
||||
name="%CDTGNUMakeErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.errorparsers.MakeErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<extension
|
||||
id="GCCErrorParser"
|
||||
name="%CDTGNUCErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.errorparsers.GCCErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<extension
|
||||
id="GASErrorParser"
|
||||
name="%CDTGNUAssemblerErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.errorparsers.GASErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<extension
|
||||
id="GLDErrorParser"
|
||||
name="%CDTGNULinkerErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.errorparsers.GLDErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<extension
|
||||
id="VCErrorParser"
|
||||
name="%CDTVisualCErrorParser.name"
|
||||
point="org.eclipse.cdt.core.ErrorParser">
|
||||
<errorparser
|
||||
class="org.eclipse.cdt.internal.errorparsers.VCErrorParser">
|
||||
</errorparser>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- CDT customized problem markers: C Problem markers -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="problem"
|
||||
name="%CProblemMarker.name"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.problemmarker">
|
||||
</super>
|
||||
<super
|
||||
type="org.eclipse.core.resources.textmarker">
|
||||
</super>
|
||||
<persistent
|
||||
value="true">
|
||||
</persistent>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- CDT C Nature -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="cnature"
|
||||
name="%cnature.name"
|
||||
point="org.eclipse.core.resources.natures">
|
||||
<runtime>
|
||||
<run
|
||||
class="org.eclipse.cdt.core.CProjectNature">
|
||||
</run>
|
||||
</runtime>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- CDT C++ Nature -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="ccnature"
|
||||
name="%cnature.name"
|
||||
point="org.eclipse.core.resources.natures">
|
||||
<runtime>
|
||||
<run
|
||||
class="org.eclipse.cdt.core.CCProjectNature">
|
||||
</run>
|
||||
</runtime>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- CDT file type mappings -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.CLanguage">
|
||||
<language
|
||||
name="C"
|
||||
id="org.eclipse.cdt.core.language.c">
|
||||
</language>
|
||||
<language
|
||||
name="C++"
|
||||
id="org.eclipse.cdt.core.language.cxx">
|
||||
</language>
|
||||
<language
|
||||
name="%fileTypeMapping.AssemblyLanguage"
|
||||
id="org.eclipse.cdt.core.language.asm">
|
||||
</language>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.CFileType">
|
||||
<fileType
|
||||
name="%fileTypeMapping.cSourceFile"
|
||||
type="source"
|
||||
id="org.eclipse.cdt.core.fileType.c_source"
|
||||
language="org.eclipse.cdt.core.language.c">
|
||||
</fileType>
|
||||
<fileType
|
||||
name="%fileTypeMapping.cHeaderFile"
|
||||
type="header"
|
||||
id="org.eclipse.cdt.core.fileType.c_header"
|
||||
language="org.eclipse.cdt.core.language.c">
|
||||
</fileType>
|
||||
<fileType
|
||||
name="%fileTypeMapping.cppSourceFile"
|
||||
type="source"
|
||||
id="org.eclipse.cdt.core.fileType.cxx_source"
|
||||
language="org.eclipse.cdt.core.language.cxx">
|
||||
</fileType>
|
||||
<fileType
|
||||
name="%fileTypeMapping.cppHeaderFile"
|
||||
type="header"
|
||||
id="org.eclipse.cdt.core.fileType.cxx_header"
|
||||
language="org.eclipse.cdt.core.language.cxx">
|
||||
</fileType>
|
||||
<fileType
|
||||
name="%fileTypeMapping.assemblySourceFile"
|
||||
type="source"
|
||||
id="org.eclipse.cdt.core.fileType.asm_source"
|
||||
language="org.eclipse.cdt.core.language.asm">
|
||||
</fileType>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.cdt.core.CFileTypeAssociation">
|
||||
<association
|
||||
type="org.eclipse.cdt.core.fileType.c_source"
|
||||
pattern="*.c">
|
||||
</association>
|
||||
<association
|
||||
type="org.eclipse.cdt.core.fileType.c_header"
|
||||
pattern="*.h">
|
||||
</association>
|
||||
<association
|
||||
type="org.eclipse.cdt.core.fileType.cxx_source"
|
||||
pattern="*.cpp,*.cxx,*.cc,*.C">
|
||||
</association>
|
||||
<association
|
||||
file="template/cpp_headers"
|
||||
type="org.eclipse.cdt.core.fileType.cxx_header"
|
||||
pattern="*.hpp,*.hxx,*.hh,*.H">
|
||||
</association>
|
||||
<association
|
||||
type="org.eclipse.cdt.core.fileType.asm_source"
|
||||
pattern="*.asm,*.s,*.S">
|
||||
</association>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Some well known C file extensions override for the team plugins -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
point="org.eclipse.team.core.fileTypes">
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="c">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="cc">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="cpp">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="cxx">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="h">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="hh">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="hpp">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="o">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="a">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="so">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="dll">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="exe">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="binary"
|
||||
extension="com">
|
||||
</fileTypes>
|
||||
<fileTypes
|
||||
type="text"
|
||||
extension="cdtproject">
|
||||
</fileTypes>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Some well known C file extensions override for the team plugins -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
point="org.eclipse.team.core.ignore">
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.o">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.obj">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.a">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.so">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.dll">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.exe">
|
||||
</ignore>
|
||||
<ignore
|
||||
enabled="true"
|
||||
pattern="*.dylib">
|
||||
</ignore>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- C/C++ Task marker(disable for now) -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="task"
|
||||
name="%CTaskName"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.taskmarker">
|
||||
</super>
|
||||
<persistent
|
||||
value="true">
|
||||
</persistent>
|
||||
</extension>
|
||||
<!-- =================================================================================== -->
|
||||
<!-- C/C++ indexer marker -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="indexermarker"
|
||||
name="%IndexerMarker"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.problemmarker">
|
||||
</super>
|
||||
<persistent
|
||||
value="true">
|
||||
</persistent>
|
||||
<super
|
||||
type="org.eclipse.core.resources.textmarker">
|
||||
</super>
|
||||
</extension>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Marker for problems in the PathEntries -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension
|
||||
id="pathentry_problem"
|
||||
name="%PathEntryProblemMarker.name"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.problemmarker">
|
||||
</super>
|
||||
</extension>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Code Formatter extension point -->
|
||||
<!-- =================================================================================== -->
|
||||
<!--extension
|
||||
id="codeFormatters"
|
||||
name="%CodeFormatters.name"
|
||||
point="org.eclipse.cdt.core.CodeFormatter">
|
||||
<codeFormatter
|
||||
class="org.eclipse.cdt.internal.formatter.DefaultCodeFormatter"
|
||||
name="%DefaultCodeFormatter.name"
|
||||
id="org.eclipse.cdt.core.defaultCodeFormatter"/>
|
||||
</extension-->
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Define C/C++ files ContentTypes -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<!-- declares a content type for C source files -->
|
||||
<content-type id="cSource" name="%cSourceName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
priority="high"/>
|
||||
<!-- declares a content type for C header files -->
|
||||
<content-type id="cHeader" name="%cHeaderName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
priority="high"/>
|
||||
<!-- declares a content type for C++ source files -->
|
||||
<content-type id="cxxSource" name="%cxxSourceName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
priority="high"/>
|
||||
<!-- declares a content type for C++ header files -->
|
||||
<content-type id="cxxHeader" name="%cxxHeaderName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
priority="high"/>
|
||||
<!-- declares a content type for ASM Source files -->
|
||||
<content-type id="asmSource" name="%asmSourceName"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
priority="high"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cSource"
|
||||
file-extensions="c"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cxxSource"
|
||||
file-extensions="cpp,cxx,cc"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cxxHeader"
|
||||
file-extensions="hpp,hh"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.cHeader"
|
||||
file-extensions="h"/>
|
||||
</extension>
|
||||
|
||||
<extension point="org.eclipse.core.runtime.contentTypes">
|
||||
<file-association
|
||||
content-type="org.eclipse.cdt.core.asmSource"
|
||||
file-extensions="asm,s"/>
|
||||
</extension>
|
||||
|
||||
<!-- =================================================================================== -->
|
||||
<!-- Initialize the preference for the Core Plugin -->
|
||||
<!-- =================================================================================== -->
|
||||
<extension point="org.eclipse.core.runtime.preferences">
|
||||
<initializer class="org.eclipse.cdt.internal.core.CCorePreferenceInitializer"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
@@ -0,0 +1,53 @@
|
||||
algorithm
|
||||
bitset
|
||||
cassert
|
||||
cctype
|
||||
cerrno
|
||||
cfloat
|
||||
ciso646
|
||||
climits
|
||||
clocale
|
||||
cmath
|
||||
complex
|
||||
csetjmp
|
||||
csignal
|
||||
cstdarg
|
||||
cstddef
|
||||
cstdio
|
||||
cstdlib
|
||||
cstring
|
||||
ctime
|
||||
cwchar
|
||||
cwctype
|
||||
deque
|
||||
exception
|
||||
fstream
|
||||
functional
|
||||
hash_map
|
||||
hash_set
|
||||
iomanip
|
||||
ios
|
||||
iosfwd
|
||||
iostream
|
||||
istream
|
||||
iterator
|
||||
limits
|
||||
list
|
||||
locale
|
||||
map
|
||||
memory
|
||||
new
|
||||
numeric
|
||||
ostream
|
||||
queue
|
||||
set
|
||||
sstream
|
||||
stack
|
||||
stdexcept
|
||||
streambuf
|
||||
string
|
||||
strstream
|
||||
typeinfo
|
||||
utility
|
||||
valarray
|
||||
vector
|
||||
Reference in New Issue
Block a user