1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00
cdt/core/org.eclipse.cdt.core/plugin.properties

35 lines
1.1 KiB
Properties
Raw Normal View History

2002-08-26 17:43:52 +00:00
pluginName=C/C++ Development Tools Core
2002-07-16 01:52:35 +00:00
providerName=Eclipse.org
2002-06-26 20:39:58 +00:00
cnature.name=C Nature
ccnature.name=C++ Nature
2004-06-08 15:55:37 +00:00
CProblemMarker.name=C/C++ Problem
PathEntryProblemMarker.name=Path Entry Problem
2002-06-26 20:39:58 +00:00
CBuildCommand.name=C Builder Command
CBuildConsole.name=C Builder Console
CProject.name=C Project
2002-09-17 19:08:38 +00:00
ProcessList.name=Process List
ErrorParser.name=Error Parser
CTaskName=C/C++ Task
2004-03-23 20:46:26 +00:00
IndexerMarker=Indexer Marker
2004-03-23 20:46:26 +00:00
ElfParser.name=Elf Parser
GNUElfParser.name=GNU Elf Parser
PEWindowsParser.name=PE Windows Parser
CygwinPEParser.name=Cygwin PE 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
2004-06-09 12:37:56 +00:00
PathEntryContainerInitializer=Path Entry Container Initializer
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