John Camelon
b6b0fda824
Validated 39681 - Nested functions are not supported (GCC, C)
2004-09-22 00:04:22 +00:00
John Camelon
1b1480e7ba
Fixed Bug 39686 - GCC complex numbers are not supported (GCC)
2004-09-21 23:42:47 +00:00
Andrew Niefer
1715e6bb76
move tests for bug 71588
2004-09-21 20:30:58 +00:00
Andrew Niefer
da4608ec2c
some GCC builtins : 73954 [Parser] GCC built_in symbols
2004-09-21 20:01:25 +00:00
Mikhail Khodjaiants
f56efbce47
Fixed the problems with the Disassembly view and address breakpoints caused by switch to IAddress.
2004-09-21 19:06:44 +00:00
Mikhail Khodjaiants
5cf6e98981
Fixed the problems with the Disassembly view and address breakpoints caused by switch to IAddress.
2004-09-21 19:00:32 +00:00
Alain Magloire
d4a7887d9b
2004-09-21 Mikhail Khodjaiants
...
Changes to the IBinary interface
* CDebugTarget.java
2004-09-21 18:57:37 +00:00
Alain Magloire
e8cab177d9
2004-09-21 Alain Magloire
...
* model/org/eclipse/cdt/core/model/IBinary.java
* model/org/eclipse/cdt/internal/core/model/Archive.java
* model/org/eclipse/cdt/internal/core/model/Binary.java
2004-09-21 18:57:25 +00:00
David Inglis
24cdf54262
major binary parser cleanup see change log
2004-09-21 18:40:44 +00:00
John Camelon
726c0f77b1
Fixed 71733 - [Scanner] Comment within multi-line macro definition not scanned properly
...
- Thanks to David Pickens who pointed me to the right place in Scanner2.
2004-09-21 18:29:36 +00:00
Alain Magloire
8ec09a9e37
2004-09-21 Alain Magloire
...
Duplication in the CView ILibraryReferece.
* src/org/eclipse/cdt/internal/ui/cview/CViewContentProvider.java
2004-09-21 18:27:55 +00:00
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