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

2991 commits

Author SHA1 Message Date
Alain Magloire
11fbc47cb2 Rename to Makefile*.java instead of Make*.java
Files are for managing Makefile related things.
2003-09-07 19:44:27 +00:00
Alain Magloire
9147013836 Implements the interface of IMakefile 2003-09-07 19:42:53 +00:00
Alain Magloire
3e86e80afd Interface of the Makefile parser 2003-09-07 19:42:06 +00:00
Tanya-Marise De Sousa
371823e7b4 September 6, 2003 delivery 2003-09-06 16:36:23 +00:00
Tanya-Marise De Sousa
0638cb0ed9 September 5, 2003 delivery 2003-09-05 21:09:56 +00:00
David Inglis
ad843c5751 finish up project convertion to convert old make target to new targets
finish up build target dialog
   - add/remove/delete now working
   - displayed as a table
2003-09-05 20:52:24 +00:00
David Inglis
428e119084 added project to createion of make target for initial default settings 2003-09-05 20:51:03 +00:00
David Inglis
ffaa2d3da7 remove scanner and build model on configure 2003-09-05 20:50:34 +00:00
John Camelon
8b12ea5492 CORE
Continue to add support for parsing within function bodies.  
	Add workaround for 1.2 for inline function declaration-before-use chicken-and-egg.
	
TESTS
	Added CompleteParseASTTest::testSimpleIfStatement(), testSimpleWhileStatement(). 
	testSimpleSwitchStatement(), testSimpleDoStatement().
2003-09-05 19:24:11 +00:00
John Camelon
d1d3dec2fe Patch for Andrew Niefer
Core:
- fix patterns & indexing for Enumerators

Core.Tests:
- Added testEnumerators to OtherPatternTests.java
- Modified resources/search/classDecl.cpp to include some enumerators

UI:
- enable Selected Resources scope
- populate dialog base on selection when opened from outline view
- fix small bug that found namespaces when searching for enumerations
- tweak sorting by path to consider line number second
2003-09-05 18:31:52 +00:00
Alain Magloire
4a6ab5ef38 updated. 2003-09-05 16:23:23 +00:00
Alain Magloire
553b984d2f Wrap the master fd, since they are share by two streams 2003-09-05 16:23:11 +00:00
John Camelon
63ed749357 Patch for Hoda Amer
- Added references to variables in solution of bug#42453:Expression result types not computed 
        - Solution to bug#42560: Class Cast Exception during Method definition
2003-09-05 15:23:17 +00:00
David Inglis
dec04e4d8b fixed exception when no error parsers are present 2003-09-05 14:37:20 +00:00
John Camelon
d557f7864c CORE
Fixed NPE on nested declarations in code blocks.  
	
TESTS
	Updated CompleteParseASTTest::testSimpleForLoop()
2003-09-05 14:20:15 +00:00
John Camelon
ae96e590ff Patch for Andrew Niefer
Fixed NPE in CompleParseASTFactory.createClassSpecifier caused by a null 
name.
2003-09-05 13:45:16 +00:00
Tanya-Marise De Sousa
9eb63f2fdb September 4, 2003 delivery 2003-09-04 21:14:55 +00:00
John Camelon
619b617056 CORE/UI
First pass of parsing function bodies with X-Reference information.
    Updated IASTFactory/ISourceElementRequestor to include IASTCodeScope
    constructs, clients should keep this in mind and update their implementations.

TESTS
    Updated ASTFailedTests::testBug39702() to fail more accurately.
    Added testSimpleFunctionBody(), testSimpleForLoop() to CompleteParseASTTest.java.
2003-09-04 20:47:05 +00:00
David Inglis
55efa70a8a add command for targetbuidl ation 2003-09-04 20:27:08 +00:00
David Inglis
0b3616d668 target build dialog 2003-09-04 20:26:48 +00:00
David Inglis
ad31833096 due to refactor 2003-09-04 20:26:22 +00:00
David Inglis
394aa2311a rename 2003-09-04 20:25:21 +00:00
David Inglis
393dce00d8 update 2003-09-04 20:23:11 +00:00
Alain Magloire
bd3f9a8b37 Updated. 2003-09-04 19:07:21 +00:00
Alain Magloire
b08d8585ab Faulty login when checking the BuildConsole preferences. 2003-09-04 19:07:07 +00:00
David Inglis
521c84d7bd missing icon 2003-09-04 17:53:45 +00:00
Doug Schaefer
27de4f3521 Minor modifications to the scripts. 2003-09-04 17:51:29 +00:00
David Inglis
be82338a01 update new build target dialog 2003-09-04 17:42:03 +00:00
David Inglis
70e982f801 fixed builder and added move status messages 2003-09-04 17:41:21 +00:00
David Inglis
8b7bd775ee new c option block when we move builder out of cdt 2003-09-04 17:39:43 +00:00
David Inglis
725c78475c - extern strings 2003-09-04 17:38:57 +00:00
David Inglis
c96aeb760e - extern strings
- fixed tab folder visiblity problem
2003-09-04 17:38:46 +00:00
Alain Magloire
46c06a4a71 Remove the monitor.setCancelled() call.
access Widget SWT libary.
2003-09-04 15:39:20 +00:00
Alain Magloire
962a76717e updated. 2003-09-04 15:37:20 +00:00
Alain Magloire
4baaaf3c10 Fix PR 42501.
Make: *** Warning: File .. has modification time in the future

This is now a warning in the Task bar.
2003-09-04 15:37:08 +00:00
Alain Magloire
68beea8757 monitor.setCancelled() is accessing the UI thread
which is illegal and can throw an SWT illegal access
exception.  IProgressMonitor should probably be fix ..
but meanwhile ...
2003-09-04 15:36:22 +00:00
John Camelon
1c6c93560a Patch for Hoda Amer
Core: 
        - Changed the ASTExpression of the complete package to store the 
        whole ITokenDuple for the typeId instead of just the string. 
        - Changed the ASTExpression in both quick and complete packages and 
        deleted the "id" parameter. 
        - Added partial solution to bug #42453: Exception result types not computed. 
        Now they are computed for simple types only. 
Tests: 
        Call to ASTExpression getTypeId() changed to getTypeIdString(). 
UI: 
         Solution to bug#42414 :Extraneous semi-colons in generated class methods
2003-09-04 14:39:20 +00:00
John Camelon
5022fcb844 Patch for Andrew Niefer 2003-09-04 14:13:02 +00:00
John Camelon
b8321abb0a Patch for Andrew Niefer
- set default C++ search sort order to be by path
- modified search dialog to use checkboxes instead of radio buttons

SearchFor buttons are now organized like this:
        Class / Struct          Function        Variable
        Union                   Method          Field
        Enumeration             Namespace       Any Element

When multiple buttons are selected, they are combined using the Or 
Pattern.
2003-09-04 13:50:42 +00:00
David Inglis
ebf52677b8 added new error parser block to project preferences/properties and wizard 2003-09-04 03:06:11 +00:00
David Inglis
08eb89846c init error parser prefs.
use shared pref key for error parsers
2003-09-04 03:05:10 +00:00
David Inglis
d6a9483ed2 fixed parser block 2003-09-04 03:03:45 +00:00
David Inglis
f6e061b3e0 added shared pref key for error parsers 2003-09-04 02:59:23 +00:00
John Camelon
45cfbc6cba Patch for Andrew Niefer
fix bug in PST that causes parse failure on > 2 constructors for a given 
class
Modified ParserSymbolTableTest.testConstructors to test > 2 constructors
2003-09-03 20:57:51 +00:00
David Inglis
3cb0574d85 - due to refactor
- start of new build target dialog
2003-09-03 20:44:40 +00:00
David Inglis
a45471098a support error parser persistence on project 2003-09-03 20:43:27 +00:00
David Inglis
9e734a8588 see change log 2003-09-03 20:35:38 +00:00
David Inglis
2a1f0dae78 removed not needed methods 2003-09-03 20:34:14 +00:00
David Inglis
0e9cc685a8 remove preference read/saving not needed 2003-09-03 20:33:31 +00:00
Alain Magloire
a5e90c433e Method to save the ErrorParsers ids. 2003-09-03 18:41:02 +00:00