1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

44 commits

Author SHA1 Message Date
Markus Schorn
445650299a Externalized strings. 2008-04-09 14:12:46 +00:00
Anton Leherbauer
ef7458bcf9 Cleanup obsolete extension points 2008-01-08 11:27:57 +00:00
Anton Leherbauer
2109b985e9 Fix for 186774: Need an ILanguage for assembly content 2007-05-14 14:34:48 +00:00
Anton Leherbauer
d1713fd418 Fix for 178033: Language names are used inconsistently 2007-04-24 12:39:32 +00:00
Anton Leherbauer
fb48e813d1 Document language extension point schema 2007-04-24 11:36:40 +00:00
Doug Schaefer
72947a1a2e Bug 152041 - Filter out running of the binary parser to only parse if the file has no extension, the extension is a number (e.g. libc.so.1), or the file is a binaryFile content type. Much faster now... 2007-04-17 22:57:42 +00:00
Markus Schorn
19ec4b5024 Fix for 108173, basically removes warnings in plugin.xml 2007-02-13 09:39:20 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Doug Schaefer
487aa70ebc Integrated indexing into PDOM. Also change the names of a couple of things, such as PDOM which used to be PDOMDatabase. Cleaned up the indexing setting so that it is a ProjectScope preference instead of a ICExtension. Conversion should happen automagically. 2006-03-30 21:59:22 +00:00
Doug Schaefer
41d26bc514 Moved the PDOM into the Core. Started introduction of ILanguage, the mechanism of language extensibility for the CDT. 2005-11-25 22:01:48 +00:00
Doug Schaefer
43b6989c8f Introducing the PDOM. It is currently in optional plugins while under development. 2005-09-28 20:50:11 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
Doug Schaefer
967a5b1d91 Made the DOM Indexer the default and put in better names for the indexers. 2005-06-10 03:13:25 +00:00
Bogdan Gheorghe
6f38f94b90 Added Indexer Preference page that sets up the indexer to use for new projects
Removed Index Enabled checkboxes from Source + Dom indexers
Added import ctags file option under CTags Indexer
Fixed Apply/OK problem
2005-04-27 19:18:13 +00:00
Alain Magloire
f328f854fc 2005-03-18 Alain Magloire
Export the PathEntry Variable to the outside world.
	* src/org/eclipse/cdt/internal/core/CCorePluginResources.properties
	* src/org/eclipse/cdt/internal/core/PathEntryVariableManager.java
	* src/org/eclipse/cdt/internal/core/PathEntryVariableResolver.java
	* plugin.properties
	* plugin.xml
2005-03-18 20:25:58 +00:00
Alain Magloire
cb3e02121c 2005-02-24 Alain Magloire
Part of 79596
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
	* plugin.properties
2005-02-24 18:29:34 +00:00
David Inglis
5fdbc79e93 added missing strings for content type 2004-10-06 01:39:00 +00:00
Alain Magloire
08d72e6639 2004-09-07 Alain Magloire
Part of the uncoming work to supply formatting in CDT
	* schema/CodeFormatter.exsd
	* src/org/eclipse/cdt/core/CodePreferenceConstants.java
	* src/org/eclipse/cdt/core/ToolFactory.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
	* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
	* plugin.properties
	* plugin.xml
2004-09-07 20:23:30 +00:00
Andrew Niefer
bab6cc3faa patch from Tanya Wolff TVT fix for 70161 2004-07-28 21:54:46 +00:00
Alain Magloire
224f6eb03a 2004-07-16 Vladimir Hirsl
1. Implementation of HP-UX SOM binary parser.

	* utils/org/eclipse/cdt/utils/som/AR.java
	* utils/org/eclipse/cdt/utils/som/SOM.java

	* utils/org/eclipse/cdt/utils/som/parser/ARMember.java
	* utils/org/eclipse/cdt/utils/som/parser/BinaryArchive.java
	* utils/org/eclipse/cdt/utils/som/parser/SOMParser.java
	* utils/org/eclipse/cdt/utils/som/parser/SOMBinaryObject.java
	* utils/org/eclipse/cdt/utils/som/parser/SomSymbol.java

	2. Fixed a slight ommision in XXXBinaryObject classes

	* utils/org/eclipse/cdt/utils/coff/parser/CygwinPEBinaryObject.java
	* utils/org/eclipse/cdt/utils/elf/parser/GNUElfBinaryObject.java
	* utils/org/eclipse/cdt/utils/xcoff/parser/XCOFFBinaryObject.java
2004-07-16 18:03:28 +00:00
Doug Schaefer
04c74b6af0 Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
John Camelon
68640e20a9 Patch for David Daoust - Updated IBM Copyright notices 2004-06-23 20:31:49 +00:00
Alain Magloire
416238652a 2004-06-21 Alain Magloire
Big Patch from Vladimir Hirsl
	This patch contains a binary parser core and UI elements to 'support' AIX
	XCOFF32 binaries.
2004-06-21 22:08:09 +00:00
Doug Schaefer
f132e86cc0 Fixed up the fragment name properties. Apparently you
have to put them in the plugin.properties file. Weird.
2004-06-21 15:34:49 +00:00
David Inglis
1d2f0a957b I18N patch from Tanya Wolff 2004-06-09 12:37:56 +00:00
David Inglis
695c51bc99 update problem label 2004-06-08 15:55:37 +00:00
Alain Magloire
ad08ad2679 Provide error markers for the pathentry ... Work in Progress. 2004-05-17 12:30:43 +00:00
David Inglis
6f06f88155 fixed dead lock
missing extension point
fix CCorePlugin.log
2004-04-19 15:51:31 +00:00
Bogdan Gheorghe
5c3d8fdb41 Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers 2004-03-31 07:57:18 +00:00
Andrew Niefer
68273269dc externalize strings from Tanya Wolff 2004-03-23 20:46:26 +00:00
David Inglis
74f6ab27e8 - removal of deprecated 1.2 methods/classes 2004-01-13 21:25:35 +00:00
Doug Schaefer
d18851f2d7 Patch for Sean Evoy:
- Move the managed builder to it's own plugins and feature.
2003-09-15 20:44:43 +00:00
Alain Magloire
19076f897f New extension point for the ErrorParsers 2003-08-31 04:42:14 +00:00
John Camelon
c4df8f4e6f Patch for Victor Mozgin.
Initial pass at Task Bar/IProblem support.
2003-06-28 19:48:12 +00:00
Doug Schaefer
7b1c64d5fe Patch for Sean Evoy:
Core 
1.	Added 2 new option types: Boolean and enumerated 
2.	Changed the IOption interface to get new option type values 
3.	In plugin manifest and IOption interface added concept of a default enumerated value to support on-going GUI work 
4.	In plugin manifest and IOption, added field to map the actual command line argument with the option for makefile generation.

Tests 
1.	Changed the plugin.xml manifest to match the new option types 
2.	AllBuildTests.java updated to test new option types and fields added in core
2003-05-21 16:30:00 +00:00
David Inglis
f3e97df34a only support one platform from project for now. 2002-09-23 17:08:16 +00:00
David Inglis
60f24d786e new Processlist extension point 2002-09-17 19:08:38 +00:00
David Inglis
cb8243d3ef added new Generic Extension creation machanism that uses the
.cptproject file to find which plugin contains the extension point
2002-09-06 20:16:04 +00:00
David Inglis
c2bcc53963 changed plugin name 2002-08-26 17:43:52 +00:00
David Inglis
ce3ece8454 start of .cdtproject management 2002-08-06 20:16:58 +00:00
David Inglis
4956853ad0 update to support new console extension plus removed IPropertyStore
in core changing it to use the plaform property store.
2002-07-26 19:15:14 +00:00
Sebastien Marineau
62922735e9 Change provider name to org.eclipse 2002-07-16 01:52:35 +00:00
Sebastien Marineau
e0fe72f58c Initial commit of CDT code from QNX 2002-06-26 20:39:58 +00:00