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

3064 commits

Author SHA1 Message Date
Alain Magloire
e07da5d133 Added other define rules. 2003-10-14 04:49:26 +00:00
Alain Magloire
53098e5a17 Return the default Token 2003-10-14 04:48:15 +00:00
Mikhail Khodjaiants
952fdd89d6 Fix for bug 43372: changed the source lookup procedures to avoid the usage of 'getCanonicalPath'. 2003-10-14 02:10:34 +00:00
Alain Magloire
66b1d31a66 updated. 2003-10-10 19:12:11 +00:00
Alain Magloire
5353c790ba add new method. 2003-10-10 19:12:01 +00:00
Alain Magloire
6358ba0254 updated 2003-10-10 13:47:59 +00:00
David Inglis
a74781039e patch from Mikhail Khodjaiants
- use 'MultiStatus' instead of 'Status' in the 'abort' method.
2003-10-09 13:08:36 +00:00
Alain Magloire
2b2cf4e3c3 updated. 2003-10-08 20:10:35 +00:00
Alain Magloire
6a5352c615 Fallback to a search on the project. 2003-10-08 20:10:23 +00:00
Alain Magloire
a289e10de1 updated 2003-10-08 19:04:15 +00:00
Alain Magloire
c34904e169 Better use of selection for binary elements 2003-10-08 19:04:06 +00:00
Alain Magloire
df93222d51 updated. 2003-10-08 18:58:25 +00:00
Alain Magloire
4a143b03a8 More work done to clean the GNU Elf Binary Parser 2003-10-08 18:58:15 +00:00
David Inglis
943f1dbc94 added a stream monitor so that we can fuge that we are getting progress 2003-10-08 18:25:46 +00:00
Mikhail Khodjaiants
3804b80669 All methods of 'IRuntimeOptions' should throw CDI exceptions in case of failure. 2003-10-07 18:30:31 +00:00
Mikhail Khodjaiants
05ec3d8a5c Added transparency. 2003-10-06 21:33:42 +00:00
Mikhail Khodjaiants
b75d5577de Mark the function arguments in the Variables View. 2003-10-06 21:11:38 +00:00
Mikhail Khodjaiants
1149f60ff7 Added the "isArgument" method to ICVariable. This method is used to distinguish the arguments in the Variables View. 2003-10-06 21:08:43 +00:00
Alain Magloire
994d18c7ab Enable the GNU Elf Parser. 2003-10-06 20:16:38 +00:00
Alain Magloire
4882849b8c StringIndexBufferException corrected. 2003-10-03 19:59:07 +00:00
Doug Schaefer
0e11088e84 Patch for Sean Evoy:
Details in ChangeLog.
2003-10-02 02:56:46 +00:00
Doug Schaefer
cc6084024d Patch for Sean Evoy:
Use natures to help select what tools are available.
2003-10-01 23:56:36 +00:00
John Camelon
bc158cc0fb Patch for Bogdan Gheorghe
This patch: 

- changes the indexer to use whatever source/header extensions are defined in CModelManager 
- updated the search shortcut so that Ctrl + H will bring up the C/C++ search in a source/header extension file 
- flushes the CDT log file after each index merge (ie. each time the indexer completes an index)
2003-10-01 22:15:38 +00:00
John Camelon
77fbc604e7 Patch for Andrew Niefer
core:
- fix bug 44026 by checking scope before reporting match in 
MatchLocator.report
ui:
-bug44032 - deleting/moving files breaks search
        * modified src/org/eclipse/cdt/ui/CSearchResultLabelProvider 
getText to return empty string instead of null
-bug43130 - Selected resources is disabled but selected
        * src/org/eclipse/cdt/internal/ui/search/CSearchPage
2003-10-01 21:33:23 +00:00
John Camelon
e63b06fc5f Patch for Andrew Niefer
core:
  PST changes:
  - modify lookupConstructor to copy the constructor list before resolving 
on it
  - modify checkUserDefinedConversionSequence the same way
  - modify isValidFunctionOverload to check for forward declarations

core.tests:
- added testBug43951 to CompleteParseASTTest
2003-10-01 21:15:45 +00:00
John Camelon
9b33f17d3f CORE
Fixed Bug 43987 : Search results: Declaration of class not highlighted when selected 
	Fixed Bug 43997 : Search results: selection includes preceding whitespace 
	Fixed Bug 44034 : Scanner failure on #undef
2003-10-01 20:34:58 +00:00
Alain Magloire
c570364866 updated. 2003-10-01 20:27:22 +00:00
Alain Magloire
4c02dcaa92 Missing property 2003-10-01 20:27:12 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Tanya-Marise De Sousa
0c5318d476 October 1, 2003, Doc freeze version. 2003-10-01 19:56:53 +00:00
John Camelon
93a1b87c76 Patch for Andrew Niefer
Search filtering was broken, it would have become more obvious when 
searching larger projects with includes.

core:
-modify BasicSearchMatch.equals()

tests:
modified OtherPatternTests.testBug42911() and renamed it 
testBug42911_43988
2003-10-01 19:55:04 +00:00
John Camelon
0d05a8342d Patch for Bogdan Gheorghe.
This patch fixes the indexer merge problem on large projects. 

Automation Test Suite run on Windows + Linux.
2003-10-01 19:43:06 +00:00
John Camelon
c3b63fb508 Patch for Andrew Niefer
Bug 43450 - Path strings containing backslashes need quoting by hand
The user needs to input strings in whatever manner necessary for their 
build tools to work.  If that means quoting them, then quote them.

However, if the user does quote them, then the scanner needs to handle 
that when looking for include files:

core:
-modify Scanner.handleInclusion

core.tests:
- added testBug43450 to ManagedBuildTests.java
- added a user include to plugin.xml
2003-10-01 17:10:20 +00:00
Tanya-Marise De Sousa
10fcbc9c55 October 1, 2003 replaced C/C++ editor preferences F1 IDs for the General,
Annotations, Colors and Content Assist pages.
2003-10-01 16:27:10 +00:00
David Inglis
03851f0932 added create target of IContainer 2003-10-01 14:48:37 +00:00
Doug Schaefer
02de2c9788 Patch for Sean Evoy:
the logic for managing the makefiles in the face of a header file 
modification. There seems to be a problem (maybe with the dependency 
calculation) for dependants in other projects when a header file is moved, 
but other than that the builder seems to respond properly.
2003-10-01 14:25:35 +00:00
Alain Magloire
bd8a994627 updated. 2003-10-01 14:18:23 +00:00
Alain Magloire
8a05fb1f3a Fix NPE 2003-10-01 14:18:13 +00:00
David Inglis
fc7419740e fixed preference saving bug with bin parser page 2003-10-01 14:15:13 +00:00
John Camelon
46a9e7fd6f Patch for Bogdan Gheorghe.
Here's a patch that creates and manages a CDT log file in the .metadata\.plugins\org.eclipse.cdt.core folder. This log file, for now, will contain indexer failure messages and parser failure messages - particularly inclusion failures. These messages were being logged to the PDE error log which, given the number of failures that we can expect on some files, was filling up rather quickly. I put a 5MB limit on the CDT log file after which it gets deleted and a new one gets created. The intent of this log file is to help a user figure out why something isn't being indexed properly - the usual reasons are: i) can't find an include file, ii) symbols not defined. 

Also in this patch are 2 minor UI fixes: i) dedicated to Brent - Ctrl+H now brings up the C++ Search Dialog for all C Editor supported extensions, and ii) especially for Alain - F3 will perform a Open Declarations.
2003-10-01 13:33:39 +00:00
Sebastien Marineau
5fccc34b0a Apply changes from Doug 2003-10-01 07:19:13 +00:00
Alain Magloire
66edb5066a Do alphabet sorting. 2003-10-01 02:33:38 +00:00
Alain Magloire
5f082ae4df New iconf for alphabet sorting. 2003-10-01 02:33:10 +00:00
Mikhail Khodjaiants
b4623b8947 Use the new 'equals' method of ICDIVaraiableObject to compare variables. 2003-09-30 21:05:44 +00:00
John Camelon
007714a394 CORE
Fixed Bug 43503 : Search:f_SD_01 cannot be found in ManyClasses20 Project 
	Fixed Bug 43680 : Fix Parser Error Handling 

TESTS
	Updated CompleteParseASTTest::testBug42872()
	Moved FailedCompleteParseASTTest::testBug43503() to CompleteParseASTTest::testBug43503A().
2003-09-30 20:42:24 +00:00
Alain Magloire
148f6add3c updated. 2003-09-30 20:34:07 +00:00
Alain Magloire
d296af351f Added new method equals(). 2003-09-30 20:33:53 +00:00
John Camelon
1a408fd237 Patch for Hoda Amer
Core: 
        -Solution to [Bug 43053] require reference cleanup for expressions 
        Added purgeReferences() at the end of ASTExpression::acceptElement()
2003-09-30 19:44:22 +00:00
John Camelon
c4640566cb Patch for Andrew Niefer
UI:
Bug 43923 - Search: Results pane title missing Working Set's name
        - implement CSearchUtil.toString( IWorkingSet [] )
        * src/org/eclipse/cdt/internal/ui/search/CSearchUtil.java
2003-09-30 18:25:50 +00:00
John Camelon
3d6aba8db8 Patch for Andrew Niefer
Core:
-fix bug43862 - Cannot find macro delcarations using all occurences.
  * modified CSearchPattern.createMacroPattern()

Core.tests:
Updated OtherPatternTests::testMacroPattern() to test for bug43862
2003-09-30 18:18:26 +00:00