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

6664 commits

Author SHA1 Message Date
Alain Magloire
e4ecea9c92 2005-04-11 Alain Magloire
Fix PR 91000: NPE in CEditorHoverConfigurationBlock
	* src/org/eclipse/cdt/internal/ui/preferences/CEditorHoverConfigurationBlock.java
	* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
2005-04-11 17:29:30 +00:00
Vladimir Hirsl
033cc2b06d Fix for PR 90193: Scanner faililng on Local/User paths as provided in Std. Make
User specified include paths (through the UI) are now created with isSystemInclude attribute set to true.
2005-04-11 05:16:11 +00:00
Doug Schaefer
8a0437859f Fixed up permissions on the upload. 2005-04-11 03:15:15 +00:00
David Inglis
ddbea8806c added environment and variable support to standard make builder
bug #47241 & bug #48009
2005-04-11 01:09:27 +00:00
David Inglis
db68d20348 added some useful methods for creating UI controls 2005-04-11 00:56:03 +00:00
David Inglis
83852ed86c show id if no text 2005-04-11 00:55:22 +00:00
John Camelon
26907961a3 Fixed 90851 - [DOM AST] NPE in LocationMap.defineObjectStyleMacro 2005-04-10 21:54:27 +00:00
Doug Schaefer
c35557f172 Grabbed the JUNIT.XSL file out of org.eclipse.test since it isn't included in their build. 2005-04-09 18:46:02 +00:00
Bogdan Gheorghe
985b120edf Put in various CTags problem reporting via IndexMarkers.
Changed CTags execution to pass just the arguments in the Launch array.
Modified creation of CTags file to work on all platforms.
Cleaned up CTags block UI.
Fixed IndexerTests to take into account new toString() representation of IEntryResults.
2005-04-09 18:43:06 +00:00
Doug Schaefer
605504d745 Fixed up the version of the test plugin. 2005-04-09 03:29:18 +00:00
Doug Schaefer
97ffc743c4 Fixed up the version of the test plugin. 2005-04-09 03:15:43 +00:00
Doug Schaefer
45af3a9fd2 Fixed up the version of the test plugin. 2005-04-09 02:47:45 +00:00
Doug Schaefer
0c841c267c Oops, ant.optional.junit is a fragment. 2005-04-09 01:34:07 +00:00
Mikhail Khodjaiants
f690f6e4f1 Move to the new structure of the "icons" directory. 2005-04-08 23:55:18 +00:00
Doug Schaefer
27d01897b1 Added the eclipse test harness to our testing feature. 2005-04-08 22:57:20 +00:00
Andrew Niefer
94d86b038e fix bug 90623
- allow redeclaration of typedefs of same type
- allow redeclaration of a typedef to itself
- if the type of a typedef is a typedef, return that typedef's type for getType()
- when considering declared offset of a template instance, use the templated version
2005-04-08 22:35:30 +00:00
Doug Schaefer
1c3efe3b16 Getting close, me thinks... 2005-04-08 21:20:15 +00:00
Andrew Niefer
d5375ee2e1 fix ArrayIndex && NullPointer exceptions.
- use null function scope for implicit methods,
- implicit methods have public visibility
2005-04-08 20:51:11 +00:00
Doug Schaefer
0e1ef5c03c Have to back up the basebuilder since the HEAD doesn't work. 2005-04-08 20:48:02 +00:00
Andrew Niefer
e3119d2a9d fix bug 90611
there is no ambiguity between a using and its original
2005-04-08 20:26:49 +00:00
Vladimir Hirsl
6edbe49fa3 Added offset and length parameters for index entries.
Refactoring of AbstractIndexer. Moved old parser specific stuff to the appropriate subclass.
2005-04-08 19:35:43 +00:00
Andrew Niefer
81150f40fe fix 90253.
also clean up CVisitor creating bindings off declarators
2005-04-08 19:14:18 +00:00
Doug Schaefer
5ed8a9fae1 Getting close, me thinks... 2005-04-08 19:12:56 +00:00
Bogdan Gheorghe
8dc0e039c4 Indexer JUnit Fix 2005-04-08 18:53:46 +00:00
Alain Magloire
78aec8af64 Commit new icons from ddaoust 2005-04-08 18:49:53 +00:00
Doug Schaefer
1b9b0cdcac Still trying to get M6 building. 2005-04-08 18:23:12 +00:00
John Camelon
f1b89e7b94 Applied patch for Devin Steffler.
patch includes:
- made getUnpreprocessedSignature public in IASTNode
- refactored it to be named getRawSignature
2005-04-08 17:58:25 +00:00
Leo Treggiari
bd12de3806 Apply David Daoust's new icons
Fix resource property page display problem using unique IDs
2005-04-08 17:09:10 +00:00
Alain Magloire
daa9f4e175 2005-04-08 Alain Magloire
New icons from the IBM folks(Patch from DDaoust)
	* icons/*
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/cview/CViewActionGroup.java
	* src/org/eclipse/cdt/internal/ui/cview/MainActionGroup.java
	* src/org/eclipse/cdt/internal/ui/cview/OpenProjectGroup.java
	* plugin.xml
2005-04-08 16:26:21 +00:00
Vladimir Hirsl
d7c2d4834e Added offset and length parameters for index entries.
Refactoring of AbstractIndexer. Moved old parser specific stuff to the appropriate subclass.
2005-04-08 15:52:28 +00:00
John Camelon
cfbadc7405 Patch for Devin Steffler.
add the actual operator kind if need be but Andrew said it is enough to just make sure that toCharArray() always returns the same thing regardless of spaces, comments, etc
2005-04-08 15:38:23 +00:00
John Camelon
e0adfeae97 Patch for David Daoust.
Another test for include path ordering.
2005-04-08 15:32:40 +00:00
Bogdan Gheorghe
03caf52d38 Changed SourceIndexer to get the offsets of the name being encoded instead of the offsets of the actual element. 2005-04-08 15:27:03 +00:00
John Camelon
a65769ef8a Infrastructure to help fix all the ambiguity bugs. 2005-04-08 15:08:30 +00:00
Doug Schaefer
7fec8ae423 Fixed up name of assemble target. 2005-04-08 14:10:06 +00:00
Bogdan Gheorghe
817b4953c6 Added offset lengths to index storage
Refactored IndexView to display offset lengths
2005-04-08 06:07:51 +00:00
Mikhail Khodjaiants
d2511e5265 Applied patch from Dave Daoust (new images). 2005-04-08 00:07:41 +00:00
Mikhail Khodjaiants
00a7c60b17 Removed unused icons. 2005-04-08 00:05:22 +00:00
Doug Schaefer
ff399b584f Getting the build scripts to work with M6. 2005-04-07 23:15:35 +00:00
Mikhail Khodjaiants
685d8d09e8 Move to Eclipse-31M6. 2005-04-07 22:17:05 +00:00
Andrew Niefer
8ec23b43cc bug 90666, fix class cast execption 2005-04-07 21:24:46 +00:00
Bogdan Gheorghe
7c7ae6fd68 Refactored IndexerOutput to allow for passing in the length of an offset. 2005-04-07 20:33:22 +00:00
Bogdan Gheorghe
1a961a9736 Refactored index storage framework to allow for offset storage
Updated source indexer and ctagsindexer to add offset info to index
Updated IndexViewer to display offsets
Updated Index Tests
2005-04-07 20:19:53 +00:00
Andrew Niefer
2f68844e68 fixing bugs:
90616 - Type of an expression list is the type of last item in list
90603 - array out of bounds in CPPMethod.getScope
90662 - handle invalid redefinition of class
90608 - Don't add simpleDeclarations as function definitions
90633 - only use parameters for nodes with property IASTFunctionCallExpression.FUNCTION_NAME
2005-04-07 20:00:54 +00:00
John Camelon
e46664280a Patch for Devin Steffler.
JUnits that cover the ISO C++ Spec.
Praise be to him.
2005-04-07 19:27:13 +00:00
Mikhail Khodjaiants
592da591e5 Bug 89755: CThread.suspend suspends target, not thread. 2005-04-07 19:06:50 +00:00
David Inglis
1e163ece68 new images from Dave Daoust 2005-04-07 17:48:09 +00:00
John Camelon
1834447dce NPE fix for Devin. 2005-04-07 16:34:36 +00:00
John Camelon
208aa6b61e Removed yet another warning. 2005-04-07 14:57:00 +00:00
John Camelon
7beab5038c Patch for Devin Steffler.
ArrayIndexOutOfBoundsException fix for DOMAST View
2005-04-07 14:39:29 +00:00