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

5371 commits

Author SHA1 Message Date
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
Alain Magloire
e452d260ff 2004-09-07 Alain Magloire
Part of the uncoming work to supply formatting in CDT
	* src/org/eclipse/cdt/internal/corext/CodeFormatterUtil.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/text/CFormatingStrategy.java
	* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
	* plugin.properties
	* plugin.xml
2004-09-07 20:25:17 +00:00
Alain Magloire
08d72e6639 2004-09-07 Alain Magloire
Part of the uncoming work to supply formatting in CDT
	* schema/CodeFormatter.exsd
	* src/org/eclipse/cdt/core/CodePreferenceConstants.java
	* src/org/eclipse/cdt/core/ToolFactory.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatter.java
	* src/org/eclipse/cdt/core/formatter/CodeFormatterConstants.java
	* src/org/eclipse/cdt/internal/core/CCorePreferenceInitializer.java
	* plugin.properties
	* plugin.xml
2004-09-07 20:23:30 +00:00
John Camelon
9ac724d2ed Fixed 71534 - [Parser] IUsing does not have starting offset (IASTUsingDirective) 2004-09-07 20:04:30 +00:00
Alain Magloire
0c39fffd3c Follows ICDITarget 2004-09-07 19:41:09 +00:00
Alain Magloire
482bdca30a 2004-09-07 Alain Magloire
New interfaces to Target.
	* ICDITarget.java
	* ICDIBreakpointManagement.java
2004-09-07 19:38:49 +00:00
Alain Magloire
482188a798 Define the open declaration action properly 2004-09-07 19:29:33 +00:00
Alain Magloire
373ace7ff4 set the location for the builtin files correctly 2004-09-07 19:29:14 +00:00
John Camelon
f8a318d59e Parser performance improvement through flattening the inheritence structure & removing reference caching. 2004-09-07 18:56:39 +00:00
Chris Wiebe
cee8b24391 2004-09-07 Chris Wiebe
comment out old class wizard
	* plugin.xml
2004-09-07 16:39:53 +00:00
Andrew Niefer
3831dd4b2e fix broken buffer cache, 73378 2004-09-07 15:38:00 +00:00
Bogdan Gheorghe
85245150d4 Fix for Bug 73191: Search not finding all references in a specific example 2004-09-07 15:35:00 +00:00
Alain Magloire
b62a30b9a8 Removing some warnings. 2004-09-07 03:52:25 +00:00
Alain Magloire
681edb943a Comment the some of the resolveTest for now 2004-09-07 03:48:58 +00:00
Alain Magloire
bfe004fad5 2004-09-06 Alain Magloire
The changes is move the MISession as part
	of Target.  The rationale; we want to have
	        Session
	   ---------------
	   |             |
	  Target(gdb)   Target(gdb)
	To be able to do this we need to untie the MISession
	from Session.

	Also we are moving toward retiring the ICDIXXXXManager
	and move the methods in the the proper methods.
2004-09-07 03:48:33 +00:00
Alain Magloire
73e222cdd8 Provide more setting for the makefile editor. 2004-09-05 23:25:28 +00:00
Alain Magloire
5916669818 2004-09-04 Alain Magloire
Fix for PR 73118
	* refactor/org/eclipse/cdt/internal/ui/refactoring/actions/RenameRefactoringAction.java
2004-09-04 18:34:44 +00:00
Chris Wiebe
64fef090e5 2004-09-03 Chris Wiebe
add support for IDeferredWorkbenchAdapter
	* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
	* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
2004-09-03 22:49:32 +00:00