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

5538 commits

Author SHA1 Message Date
Alain Magloire
7c28610f55 2004-09-12 Alain Magloire
Since MISession is attach to the Target, the
	way we fire termination events must change also.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ProcessManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* src/org/eclipse/cdt/debug/mi/core/MISession.java
2004-09-12 13:24:34 +00:00
Alain Magloire
057edb19f3 save the preference store on exit 2004-09-12 03:12:15 +00:00
Alain Magloire
40fe9c9707 2004-09-11 Alain Magloire
Allow grouping of namespace in the outliner.
	See the appereance namespace.

	* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
	* src/org/eclipse/cdt/internal/ui/preferences/AppearancePreferencePage.java
	* src/org/eclipse/cdt/ui/CElementGrouping.java
	* src/org/eclipse/cdt/ui/CUIPreferenceInitializer.java
	* src/org/eclipse/cdt/ui/NamespacesGrouping.java
	* src/org/eclipse/cdt/ui/PreferenceConstants.java
2004-09-12 03:11:26 +00:00
John Camelon
9a9ffd59c2 Fixed 69791 [Parser] Indexer complains about va_list
Fixed 72529 [Scanner] Separate GCC Extension from Scanner2
Fixed 72725 [Scanner] Parser missteps on \r in escaped macros
Cleaned up IScannerExtension & implementation.
Added GCCExtensionTestSuite to ParserTestSuite.
Updated failed tests & restructured tests.
2004-09-11 23:04:28 +00:00
Alain Magloire
506adaf4b1 OpenInclude action 2004-09-11 03:58:30 +00:00
Alain Magloire
c7b33d247f save the preference when shutting down 2004-09-11 03:58:23 +00:00
Alain Magloire
fd19cbc055 check if the target is terminated 2004-09-11 02:59:56 +00:00
Andrew Niefer
a0681af9ce fix incorrect merging of prefix lookup results from different scopes. 72559 2004-09-10 21:14:01 +00:00
Andrew Niefer
e37ca5ef26 avoid NPE which prevents parser test suite from being run as not a
plugin test.
2004-09-10 19:57:20 +00:00
Alain Magloire
abf050d657 set the filename for include directives 2004-09-10 19:24:30 +00:00
Alain Magloire
51c39598f1 remove warnings. 2004-09-10 19:23:40 +00:00
David Inglis
967d6f8b78 fixed 69719 2004-09-10 19:15:23 +00:00
David Inglis
aa6bac0467 add better detection for project for initial selection of build console
fixes bug 39723
2004-09-10 19:00:14 +00:00
Andrew Niefer
9af69e200c fix ArrayIndexOutOfBoundsException and avoid infinite loops caused by
exceptions leaving the scanner.  73652
2004-09-10 18:06:03 +00:00
Mikhail Khodjaiants
bdcd736bb3 Fixes for breakpoint filtering. 2004-09-10 17:50:29 +00:00
Alain Magloire
c656bd7009 remove warnings. 2004-09-10 16:08:33 +00:00
Alain Magloire
1b5c86e832 verbose to false 2004-09-10 15:48:50 +00:00
Alain Magloire
3f14afc110 2004-09-10 Alain Magloire
Remove annoying warnings and prevent the PathEntryManger
	from firing on working Copies.

	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2004-09-10 15:48:15 +00:00
David Inglis
bae54f4e47 put error ticks in outline view 2004-09-10 14:38:50 +00:00
David Inglis
f2b0d8b69c fixed bug # 69230 2004-09-10 13:42:47 +00:00
David Inglis
917f82d3bc fixed gap between image and text in CView and PojectsView 2004-09-10 02:27:59 +00:00
David Inglis
33a55d969b due to ui refactor 2004-09-10 01:19:51 +00:00
David Inglis
01ffdd1a22 - fixed 36837
- refactor label providers to viewsupport and removed old IAdormentProvider
2004-09-10 01:19:40 +00:00
David Inglis
440cb7be37 wrap marker changes inside workspace runnable 2004-09-10 00:59:23 +00:00
Alain Magloire
d20c71ba18 2004-09-09 Alain Magloire
Introduction of new classes in the CDI interface
		ICDIExecuteStep
		ICDIExecuteStepReturn
		ICDIExecuteResume
		ICDISuspend
		ICDIThreadGroup
	The code is adjust to the new demands.
2004-09-10 00:39:17 +00:00
Alain Magloire
f2a61c16a4 2004-09-09 Alain Magloire
Introduction of new classes in the CDI interface
	* ICDIExecuteStep.java
	* ICDIExecuteStepReturn.java
	* ICDIExecuteResume.java
	* ICDISuspend.java
	* ICDIThreadGroup.java
2004-09-10 00:38:59 +00:00
Bogdan Gheorghe
642dee2f9b Fix for 73406 - Indexer: Double-Indexing on Specific Project 2004-09-09 21:02:51 +00:00
Andrew Niefer
bb6eaf7e55 bugs 72824, 69334 2004-09-09 20:59:22 +00:00
John Camelon
a76ec38690 Fixed 73524 - CDT 2.0.1 freezes after trying to open a large .c file 2004-09-09 18:33:49 +00:00
Chris Wiebe
f3b030d85d 2004-09-09 Chris Wiebe
limit base class selection to referenced projects
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
2004-09-09 18:28:37 +00:00
John Camelon
4dcc350233 Fixed bug 72220 - [Search] Cannot search when a reference is part of a return statement 2004-09-09 02:43:50 +00:00
John Camelon
173c4dc627 Fix for bug 72818 - [Search] Selection Search for Union does not work 2004-09-09 02:13:58 +00:00
Mikhail Khodjaiants
81400bdcc2 Fix for bug 73498: Condition is cleared when disabled conditional breakpoint is set. 2004-09-08 21:38:02 +00:00
Alain Magloire
dae6b18551 Fix the label text of the folders 2004-09-08 20:56:55 +00:00
Alain Magloire
8923349603 2004-09-08 Alain Magloire
Fix For PR 73459
	* src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java
2004-09-08 20:39:58 +00:00
Alain Magloire
3bd502cbef 2004-09-08 Alain Magloire
Fix For PR 73459
	* src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java
2004-09-08 20:30:50 +00:00
Alain Magloire
88738cfecc Copyright fixes 2004-09-08 18:23:48 +00:00
Alain Magloire
be32ca5a0a 2004-09-08 Alain Magloire
Fix for PR 73454.
	* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java
2004-09-08 15:47:39 +00:00
John Camelon
3565c7fae5 Parser is no longer final. 2004-09-08 15:37:00 +00:00
David Inglis
75c897cf26 group make preferences under one "Make" entry. 2004-09-08 15:05:09 +00:00
David Inglis
0ad9d83903 fixed problem with applying path entry after switching between include & symbols and project path properies page.
needed to correctly merge and changes made by project path page with entries in include path page
2004-09-08 14:58:12 +00:00
David Inglis
a617f1ba4d should selected and reveal first element when checking items in list. 2004-09-08 14:50:27 +00:00
David Inglis
fbcd0437b1 we should throw exception as per API 2004-09-08 14:46:58 +00:00
Alain Magloire
671f4b339d remove warnings 2004-09-08 14:05:12 +00:00
Alain Magloire
654e6be53f Adjust to the new CDI interface. 2004-09-08 04:16:34 +00:00
Alain Magloire
ead5f8c975 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager.java
	Remove ICDICatchEvent/ICDICatchpoint
	add ICDIExceptionpoint

	* ICDISession.java
	* CDIDebugModel.java
	* CDebugTarget.java
	* ICDIExceptionpoint.java
2004-09-08 04:15:35 +00:00
Alain Magloire
cbf2f0c899 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager class
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointHit.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/WatchpointScope.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/WatchpointTrigger.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2004-09-08 01:26:48 +00:00
Alain Magloire
e79e4382b4 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager.java
	* ICDISession.java
	* CDIDebugModel.java
	* CDebugTarget.java
2004-09-08 01:26:23 +00:00
Alain Magloire
100265971d 2004-09-07 Alain Magloire
Wrong icons
	* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
	* src/org/eclipse/cdt/internal/ui/cview/CViewLabelProvider.java
	* src/org/eclipse/cdt/internal/ui/cview/InlcudeReferenceProxy.java
2004-09-07 20:49:12 +00:00
Mikhail Khodjaiants
a315994318 Moved to the new breakpoint management API. 2004-09-07 20:43:45 +00:00