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

5409 commits

Author SHA1 Message Date
Chris Wiebe
4cbd23a3df 2004-09-15 Chris Wiebe
fixed selection
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java
2004-09-16 01:31:32 +00:00
Alain Magloire
d081086a26 Change the constructor of Type to take variableObject 2004-09-16 01:21:55 +00:00
Chris Wiebe
0c9232916e 2004-09-15 Chris Wiebe
fixed element navigation problems
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingElementFilter.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingLabelProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingMessages.properties
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingViewerSorter.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/LexicalSortingAction.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersView.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/MembersViewContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesView.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/NamespacesViewLabelProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsView.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/ProjectsViewContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypeInfoSorter.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesView.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/TypesViewLabelProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpenTypeHierarchyUtil.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyViewPart.java
2004-09-16 01:16:45 +00:00
Chris Wiebe
e550ac872f 2004-09-15 Chris Wiebe
add getTypes and getAllTypes methods
	* browser/org/eclipse/cdt/core/browser/TypeUtil.java
2004-09-16 01:06:03 +00:00
Chris Wiebe
91db3fc755 2004-09-15 Chris Wiebe
Allow sorting categories to be accessed from subclass.
	Namespaces with reserved names should be sorted the same as celements.
	* src/org/eclipse/cdt/ui/CElementSorter.java
2004-09-16 01:04:05 +00:00
Chris Wiebe
645ad5303d 2004-09-15 Chris Wiebe
refactoring generic stuff out of browser/ and typeinfo-specific stuff back in
	* src/org/eclipse/cdt/internal/ui/CUIMessages.properties
	* src/org/eclipse/cdt/internal/ui/viewsupport/CUILabelProvider.java
	* src/org/eclipse/cdt/internal/ui/viewsupport/StatusBarUpdater.java
	* src/org/eclipse/cdt/internal/ui/viewsupport/StorageLabelProvider.java
2004-09-16 00:59:39 +00:00
Alain Magloire
e56e4cf0e7 Set the correct stackframe 2004-09-15 22:05:30 +00:00
Alain Magloire
98e5f30131 Set the correct stackframe 2004-09-15 21:53:50 +00:00
Alain Magloire
bc6ac94fde 2004-09-15 Alain Magloire
The correct thread was not set.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
2004-09-15 19:58:38 +00:00
Mikhail Khodjaiants
df267e58fa Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces. 2004-09-15 15:08:47 +00:00
Alain Magloire
2aad3cda65 2004-09-14 Alain Magloire
Pr 73831. Tentative fix
	* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencPage.java
	* src/org/eclipse/cdt/internal/ui/text/util/CColorManager.java
2004-09-14 18:49:00 +00:00
Alain Magloire
ebecafa648 2004-09-14 Alain Magloire
Try to find the function in the header.
	* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
	* model/org/eclipse/cdt/internal/core/model/BinaryFunction.java
	* model/org/eclipse/cdt/internal/core/model/BinaryModule.java
2004-09-14 18:16:39 +00:00
Alain Magloire
8a6f84fc72 Error when commiting. 2004-09-14 15:36:30 +00:00
Alain Magloire
da98600ac3 workon Exception. 2004-09-14 14:21:02 +00:00
Alain Magloire
e030d04985 2004-09-14 Alain Magloire
Define contentTypes for some of the
	extension points.
	* plugin.xml
2004-09-14 14:19:39 +00:00
Alain Magloire
6ea1d9fa3e 2004-09-14 Alain Magloire
Define for the contentType extensions for
	type of files.  Note this is incomplete
	We have to wait for 3.1 when the ContentTypeManger
	to be fully functionnal.

	* plugin.xml
2004-09-14 14:17:44 +00:00
Mikhail Khodjaiants
c23c011ae2 Moved to the new CDI interfaces. 2004-09-13 21:37:11 +00:00
Mikhail Khodjaiants
3fa82e8395 Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpoints from editor. 2004-09-13 20:11:38 +00:00
John Camelon
413c618734 Fixed 73615 - [Parser] NullPointerException in TokenFactory#createTokenDuple 2004-09-13 15:43:12 +00:00
John Camelon
0c65449761 Added JUnit to validate bug 73428 - [Parser] Indexer gives syntax error on anonymous namespace 2004-09-13 15:21:29 +00:00
David Inglis
15f0beb4df update icons 2004-09-13 13:45:58 +00:00
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