Alain Magloire
c0b5b6e08c
2005-07-26 Alain Magloire
...
Fix for 92446
* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
2005-07-26 19:57:10 +00:00
Alain Magloire
6ca469c8d4
2005-07-26 Alain Magloire
...
Fix PR 100992: IMethod were generated for implementation, we should generate
IFunction for method defines outside of the class shell.
* model/org/eclipse/cdt/internal/core/model/CModelBuilder.java
2005-07-26 19:50:35 +00:00
Alain Magloire
9bc8ef7164
2005-06-26 Alain Magloire
...
* model/org/eclipse/cdt/core/model/tests/StructuralTemplateTests.java
2005-07-26 19:50:25 +00:00
Mikhail Khodjaiants
7ce35b3215
Bug 102929: Race conditions when setting breakpoints at launch. The initial breakpoint settings, stop in main and resume are batched in one job. This garantees the right order of commands sent to the backend.
2005-07-26 18:17:05 +00:00
Andrew Niefer
78680938b8
bug 104907 - looping in type cache
2005-07-26 17:56:48 +00:00
John Camelon
f9189b1ee4
Committed JUnits to demonstrate behaviour of old parser re: bug 100992.
2005-07-26 01:59:02 +00:00
Andrew Niefer
0e56897a3f
bug 94989 - ui.tests - selecting nodes in DOM AST View
2005-07-25 18:41:30 +00:00
Alain Magloire
2cfafe2975
2005-07-25 Alain Magloire
...
Part fix for PR 100992: The signature was incorrect for structure/unions.
* src/org/eclipse/cdt/debug/internal/ui/actions/ToggleBreakpointAdapter.java
2005-07-25 16:30:01 +00:00
Andrew Niefer
fb7f745e66
fix bug 104907 - Type cache problems with NullIndexer
2005-07-25 15:19:54 +00:00
Leo Treggiari
242a1adb39
Update copyrights for the pages that I modified
2005-07-23 13:27:07 +00:00
Alain Magloire
cbe3104e3b
2005-07-22 Alain Magloire
...
Fix PR 104908
* plugin.xml
2005-07-23 00:28:44 +00:00
Leo Treggiari
af4ab6b951
Editorial cleanup from Bob Monteleone
2005-07-22 22:53:05 +00:00
Leo Treggiari
0cbe23f5fe
Fix problem with converter code
2005-07-22 22:52:07 +00:00
Andrew Niefer
fb62ab1e5c
fix ArrayIndexOutOfBoundsException from bug 84270
2005-07-22 19:21:28 +00:00
Vladimir Hirsl
ede231c47e
Updated Scanner Config Discovery property page user documentation.
2005-07-22 17:23:58 +00:00
John Camelon
906b67ad17
Fixed Bug 104800 Null-statement terminates a do-statement
2005-07-22 15:10:56 +00:00
Doug Schaefer
16118927ca
More fun with EPL. I think we have all files compliant now.
2005-07-22 15:03:48 +00:00
Doug Schaefer
13211bd14e
More fun with EPL. I think we have all Java files compliant now.
2005-07-22 14:55:56 +00:00
Leo Treggiari
47134db8a2
Additional 3.0 functionality
2005-07-22 13:27:21 +00:00
Alain Magloire
78a4a96e57
Fix copyright
2005-07-22 03:32:01 +00:00
Alain Magloire
6c72b26ea1
Fix Copyright
2005-07-22 02:55:44 +00:00
Alain Magloire
eae0585e17
2005-07-22 Alain Magloire
...
Fix to Copyright.
2005-07-22 02:52:12 +00:00
Alain Magloire
05c6f0707f
2005-07-22 Alain Magloire
...
Fix the copyright.
2005-07-22 02:48:34 +00:00
Alain Magloire
1ba90ead7e
2005-07-22 Alain Magloire
...
Fix the copyright.
2005-07-22 02:42:58 +00:00
Alain Magloire
ba2f36fbae
fix to copyright
2005-07-22 02:38:01 +00:00
Alain Magloire
a87e52cafd
Fix to copyright
2005-07-22 02:37:41 +00:00
Alain Magloire
9f27c7baec
2005-07-22 Alain Magloire
...
Fix to Copyright.
* src/org/eclipse/cdt/debug/internal/core/CBreakpointManager.java
2005-07-22 02:37:17 +00:00
Alain Magloire
bfa7ef8243
2005-07-22 Alain Magloire
...
Fix the Copyright notice for epl.
2005-07-22 02:36:06 +00:00
John Camelon
3464d93dee
Patch for Devin Steffler.
...
Fixed Bug 104128 - Selection Search from CView doesn't work
2005-07-21 23:23:26 +00:00
Chris Wiebe
96f8f74ff8
2005-07-22 Chris Wiebe
...
Fix for PR 104605: slow MachO parsing
First pass at optimization. My test case went from >20 minutes to 5 seconds
* utils/org/eclipse/cdt/utils/macho/MachO.java
* utils/org/eclipse/cdt/utils/macho/MachOHelper.java
* utils/org/eclipse/cdt/utils/macho/parser/MachOBinaryObject.java
2005-07-21 22:02:32 +00:00
Alain Magloire
b77ccbf4ec
Fix headers.
2005-07-21 21:35:25 +00:00
Leo Treggiari
7abac74ad7
Minor MBS update
2005-07-21 21:18:28 +00:00
Leo Treggiari
b76d3ca6ff
Create initial MBS Extensility document for CDT 3.0 in ISV doc area - more to come
2005-07-21 21:17:12 +00:00
Chris Wiebe
459ee19699
2005-07-22 Chris Wiebe
...
Fix for PR 104725
* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
2005-07-21 20:42:55 +00:00
Alain Magloire
4bcf2bce38
2005-07-21 Alain Magloire
...
Fix for PR 103193
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocationBreakpoint.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java
2005-07-21 20:29:28 +00:00
Mikhail Sennikovsky
0252f611c0
The resource change handling initialization job is now set to system
2005-07-21 18:01:16 +00:00
Andrew Niefer
c058c35232
testing bug 104390
2005-07-21 14:43:46 +00:00
Chris Wiebe
1c3ede2638
2005-07-21 Chris Wiebe
...
Fix PR 104442
* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
2005-07-20 23:35:04 +00:00
John Camelon
37b6935570
Partially Fixed Bug 104390 - Labeled Statements parsed incorrectly by DOM
2005-07-20 20:34:48 +00:00
John Camelon
78d6acd0b5
Patch for Devin Steffler.
...
Tests to validate 78354 CTRL+Click navigation in linked .c file causes second editor to open
2005-07-20 20:19:10 +00:00
John Camelon
9f3f21f55d
Patch for Devin Steffler.
...
Fixed Bug 104532 opening an #included header file from the outline view does not work with linked folders
2005-07-20 19:28:57 +00:00
John Camelon
4650694d81
Patch for Devin Steffler.
...
Fixed Bug 104498 - DOM AST View becomes broken when left open on a system header file and eclipse is restarted
2005-07-20 19:27:23 +00:00
John Camelon
faa699368b
Patch for Devin Steffler.
...
Fixed Bug 76043 F3 opens external file instead of linked resource
2005-07-20 19:20:46 +00:00
Andrew Niefer
6992f6f248
fix bug 90652
2005-07-20 18:50:36 +00:00
Leo Treggiari
3aa6c3c301
Update for MBS user documentation - primarily build environment and macro descriptions
2005-07-20 18:15:18 +00:00
Andrew Niefer
ad2b990865
fix bug 104506: StringIndexOutOfBoundsException
2005-07-20 15:13:57 +00:00
Andrew Niefer
6cc20b8467
bug 93191 - make sure isVirtual at least returns correct result, regardless of base classes.
2005-07-20 14:45:36 +00:00
Leo Treggiari
7dc1c30cfa
Change the Gnu linker strip option back to -s (from --strip-all)
2005-07-19 23:50:11 +00:00
Doug Schaefer
028d21cfd8
Bug 103857 - Limited the search to exclude fields and methods since they usually have a more limited scope (really only want global only). Also fixed up the keyword contributor to work when there is no completion node.
2005-07-19 17:34:38 +00:00
Doug Schaefer
6de6572a5a
Bug 88796 - Refactored keyword completion into separate contributor. Added some of the missing keywords and made the keywords language specific for c versus c++.
2005-07-19 15:40:28 +00:00