1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

1964 commits

Author SHA1 Message Date
Alain Magloire
c15e5acca5 Make the preference constant visible for other plugins. 2003-04-05 02:04:25 +00:00
Alain Magloire
85420ddf38 new gifs for segment edit. 2003-04-05 02:03:42 +00:00
Alain Magloire
93917a44a7 updated. 2003-04-04 20:38:39 +00:00
Alain Magloire
2abea460ea Fix warning now that we move forward to 2.1 2003-04-04 20:38:29 +00:00
Alain Magloire
6e979f08d0 Fix the ContentAssist, the way action are register
changed in 2.1
2003-04-04 20:33:45 +00:00
Doug Schaefer
0ff98a152c Patch for John Camelon:
Core fix for Outline View
- Fixed bug35939.  Proper CElement position is set on
Simple Declarations, Class Specifications, Namespaces,
Enumerations and Enumerators, Macros and Inclusions.
- Callbacks updated to provide additional offset
information.
2003-04-04 18:45:09 +00:00
Doug Schaefer
7081cddca6 Patch for John Camelon:
CORE
	Fixed defects 36019, 36020, 36045.  
	Finished template declarations and their callbacks for the DOM (not the Code Model).  

TESTS
	Updated ScannerTest::testSimpleIfdef() for bug36019.  
	Updated ScannerTest::testNumerics() for bug36020.  
	Added ScannerTest::testBug36045().  
	Updated DOMTests::testTemplateDeclaration() for template grammar updates.
2003-04-04 14:05:22 +00:00
Doug Schaefer
c045393b50 Patch for Hoda Amer:
- Delta Builder Helper Functions in the CModel
- Plus some cleanups
2003-04-04 14:01:31 +00:00
Alain Magloire
3b0adc309f updated. 2003-04-04 04:48:45 +00:00
Alain Magloire
25006b66d6 Put a limit of the number of stack to examine
when updating the variables if not it may
crash gdb for very deep recursive calls.
2003-04-04 04:48:33 +00:00
Alain Magloire
2aa6a140a7 updated. 2003-04-03 21:12:32 +00:00
Alain Magloire
6cd0fa03ae Check if the register manager is on autoupdate. 2003-04-03 21:12:21 +00:00
Doug Schaefer
f846b8f6f4 Icon updates from Hoda. 2003-04-03 20:01:52 +00:00
David Inglis
e70e5d973d spelling 2003-04-03 19:10:36 +00:00
David Inglis
d88e8a74e3 removed warnings 2003-04-03 19:03:32 +00:00
Doug Schaefer
d66e2dca22 Patch for Hoda Amer adds:
- the support for namespaces in the NewModelBuilder. 
- an icon for extern variables.
- a JUnit test case for core model elements, including namespaces. The enum_obj_gif should overwrite the existing file.
2003-04-03 15:38:47 +00:00
Alain Magloire
19805635c6 Add ILibraryReference awareness 2003-04-03 04:29:59 +00:00
Alain Magloire
44f52feeff updated 2003-04-03 04:29:16 +00:00
Alain Magloire
8dbf5c40a6 Bug fix, not initializing fPathEntries 2003-04-03 04:28:54 +00:00
Alain Magloire
34f18c1a07 New class implements ILibraryReference 2003-04-03 04:28:30 +00:00
Alain Magloire
eac587f614 Add new method getLibraryReferences() 2003-04-03 04:28:03 +00:00
Doug Schaefer
46d2f50c48 Patch for John Camelon:
CORE
	Updated Scanner to convert ungodly control-characters to ' '.  
	Fixed logic error in model\SimpleDeclarationWrapper.
	Added operator support to grammar (conversion and overloading).  
	Fixed parser/util/Name.toString() to support non-qualified yet multi-part names.
2003-04-03 02:59:58 +00:00
Mikhail Khodjaiants
696b775d09 Changed the labels of the C/C++ specific actions. 2003-04-02 22:01:21 +00:00
Doug Schaefer
e31f920f10 Patch for myself for a change:
- This patch changes the default for the CModel to use
the new parser.
- Also, I change the preference to be stored in the
CCorePlugin preferences instead of the silly kludge
I had before.
2003-04-02 21:30:23 +00:00
Alain Magloire
f4e1d9d593 sync 10 secs to gdb to SIGINT the inferior. 2003-04-02 21:18:32 +00:00
Alain Magloire
eb6a564511 updated 2003-04-02 21:15:34 +00:00
Mikhail Khodjaiants
45ee4acdb5 Cleanup. 2003-04-02 20:01:57 +00:00
Alain Magloire
e569d45eb6 updated. 2003-04-02 15:06:19 +00:00
Alain Magloire
751106a094 Bug fix NPE. 2003-04-02 15:06:10 +00:00
Alain Magloire
3c432412f0 Cleanup the linkToEditor() method. 2003-04-02 15:05:58 +00:00
Doug Schaefer
09948618e8 Patch for Andrew Niefer:
- Modified lookup with respect to resolving ambiguous names,
reducing the number of temporary lists/sets.
- Modified adding using declarations to properly support overloaded
functions.
- Added initial support for user defined conversion sequences when
resolving overloaded functions.
2003-04-02 13:18:54 +00:00
Doug Schaefer
6b80ff9dd3 Patch for John Camelon:
CORE
 - fixed bug35906
 - updated scanner to not puke on certain control characters

TESTS
 - added testBug35906() to DOMTests.
2003-04-02 13:13:34 +00:00
Alain Magloire
c021d8a42e New static methods taken from JDT counterpart. 2003-04-02 05:04:12 +00:00
Alain Magloire
bc176d3e56 handleDoubleClick() handle IBinary elements. 2003-04-02 05:03:47 +00:00
Alain Magloire
f386d98866 make setSelection() public 2003-04-02 05:02:14 +00:00
Alain Magloire
2c35f5f378 updated 2003-04-02 05:00:44 +00:00
Alain Magloire
2ea761f27d Typo should be getAddress(). 2003-04-02 04:57:11 +00:00
Alain Magloire
43fdcb2dc6 provide a sourcemapper per project 2003-04-02 04:55:44 +00:00
Alain Magloire
d0d01cd58e Change in the BinaryElement constructor, takes
the address .
2003-04-02 04:52:40 +00:00
Mikhail Khodjaiants
c4787b1801 The 'Auto-Refresh' preferences were moved to the code plugin. Changed the preference pages for the Registers and Shared Libraries views to reflect this. 2003-04-01 22:34:11 +00:00
Mikhail Khodjaiants
6dbbe6eae9 Changed implementation and initialization of 'AutoRefreshAction'. 2003-04-01 22:29:16 +00:00
Mikhail Khodjaiants
7a5382c5df Moved the 'Auto-Refresh' preferences from CDebugUIPlugin to use it for initialization of update managers. 2003-04-01 22:21:50 +00:00
Alain Magloire
329ae9b622 updated 2003-04-01 19:51:35 +00:00
Alain Magloire
acfaf07e1a Fix from Hoda
IStructure extends IVariableDeclaration
INamespace extends IParent.
2003-04-01 19:51:26 +00:00
Alain Magloire
13a2fc941c Fix from John C. 2003-04-01 19:50:53 +00:00
Alain Magloire
e301d1e30b Fix check for IVariableDeclaration. 2003-04-01 19:11:44 +00:00
Alain Magloire
5914d59aca updated 2003-04-01 18:54:16 +00:00
Alain Magloire
073f3d6e2f More tests from John Camelon. 2003-04-01 18:54:08 +00:00
Alain Magloire
d53fd678c2 fix the equals(). 2003-04-01 18:52:50 +00:00
Alain Magloire
aacea7223c Fixed unsigned short Simpledeclartions not showing up in the
outline view
2003-04-01 18:52:37 +00:00