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

5577 commits

Author SHA1 Message Date
David Inglis
cf9a72a6da update IBinary contract to throw IOException on getContents 2004-09-21 16:35:16 +00:00
John Camelon
78ccc6c372 Added JUnit test to validate 69526 - [Parser] CDT parse failures on C function-like macro definition with no parameters 2004-09-21 01:06:22 +00:00
Mikhail Khodjaiants
f172ffa642 Fix for bug 73920: Stopping CDT debug at a break point and using a non-text editor throws an error. 2004-09-20 21:05:48 +00:00
Mikhail Khodjaiants
c9db949d2b Evaluate expressions on stack frame instead of target to provide evaluation context.
Evaluate the hovering expression for the selected context only.
2004-09-20 20:17:26 +00:00
Mikhail Khodjaiants
1c54168e72 Evaluate expressions on stack frame instead of target to provide evaluation context. 2004-09-20 20:17:07 +00:00
Andrew Niefer
cfb7157606 fix NPE from bug 74329 2004-09-20 19:33:26 +00:00
John Camelon
bea93881a3 Fixed 74328 - [Scanner][IProblem] char * initialization problem 2004-09-20 19:24:38 +00:00
Andrew Niefer
14bbb07c98 bug 73492 - [Scanner] Improper offset for particular IProblem 2004-09-20 17:45:04 +00:00
Alain Magloire
ca9852bf78 Work to support bigger then 32 bits application 2004-09-18 03:46:42 +00:00
Andrew Niefer
05ca77b425 fix 72691 - [Parser] time_t is unresolved type 2004-09-17 20:58:49 +00:00
Alain Magloire
4719df79d8 updated 2004-09-17 19:01:33 +00:00
Alain Magloire
70e192037c 2004-09-17 Alain Magloire
Support for 64 bits application
	PR 74056. Pathc from Artyom Kuanbekov
	To much files to enumerate.
2004-09-17 19:01:32 +00:00
Andrew Niefer
a6f4bef6ba 73708 - [Scanner] OLRE doesn't exit scanner 2004-09-17 18:23:08 +00:00
Alain Magloire
9e051b52c2 Jumbo patch from Artyom Kuanbekov
PR 69908
	Support for 64 bits
2004-09-17 18:05:03 +00:00
Andrew Niefer
cdfae9c75b 74180 - [Scanner] Scanner doesn't distinguish C & C++ keywords 2004-09-17 17:56:16 +00:00
Andrew Niefer
b68b6a74dd fix 74176 - [Scanner] ArrayIndexOutOfBoundsException scanning a string 2004-09-17 15:05:17 +00:00
Andrew Niefer
0558ecc1c9 fixing macros 72506.
Also make interface IMacro, change content assist to use it.
2004-09-17 14:10:28 +00:00
Chris Wiebe
09dd8e4f22 2004-09-16 Chris Wiebe
refactor messages out of internal.ui.search.CSearchMessages
	add default label for anonymous structs
	* src/org/eclipse/cdt/internal/ui/CUIMessages.properties
	* src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
2004-09-16 21:47:06 +00:00
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