Doug Schaefer
|
971ac3a04c
|
They got rid of the IMG_LOCKED image from the platform and now just use IMG_INFO.
|
2004-04-28 21:28:22 +00:00 |
|
Alain Magloire
|
e53919a536
|
beautify getText() label for CView
|
2004-04-28 21:11:36 +00:00 |
|
Alain Magloire
|
be49f6a48f
|
Fix and NPE in the IncludeEntry
|
2004-04-28 21:11:26 +00:00 |
|
Bogdan Gheorghe
|
9cc4fa6e5a
|
Search UI fix for Integration builds
|
2004-04-28 21:04:33 +00:00 |
|
David Inglis
|
fe6b0c576b
|
cpath ui update
|
2004-04-28 20:27:04 +00:00 |
|
Mikhail Khodjaiants
|
2a0432dada
|
Added the overview ruler to the Disassembly view.
|
2004-04-28 18:49:37 +00:00 |
|
Andrew Niefer
|
02d14a80c9
|
bug 50984 - fix class cast exceptions
|
2004-04-28 18:14:58 +00:00 |
|
David Inglis
|
9b4b4cabc4
|
cpath ui update
|
2004-04-28 17:46:29 +00:00 |
|
John Camelon
|
54aa75f147
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60264
|
2004-04-28 17:30:17 +00:00 |
|
John Camelon
|
d730ff0f94
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59134
|
2004-04-28 17:08:38 +00:00 |
|
Hoda Amer
|
21d7893f4e
|
Content Assist fixes
|
2004-04-28 17:03:16 +00:00 |
|
David Daoust
|
eb74a74427
|
From Dave Williams: Screen captures were added or changed, modified all files with screen captures to use JavaScript to shrink images until the user clicks them. Updated menu lists in docs (removed tables, now shows full content below section name).
|
2004-04-28 17:02:19 +00:00 |
|
Alain Magloire
|
ebeb4082c9
|
Work in progress for the PathEntry API
|
2004-04-28 16:46:21 +00:00 |
|
John Camelon
|
129ff70d20
|
Removed warnings.
|
2004-04-28 14:49:49 +00:00 |
|
Alain Magloire
|
d68f9f40cd
|
Fix PR https://bugs.eclipse.org/bugs/show_bug.cgi?id=60232
|
2004-04-28 14:02:38 +00:00 |
|
Alain Magloire
|
c11d57b594
|
Work in progress on the IPathEntry
|
2004-04-28 01:24:04 +00:00 |
|
Alain Magloire
|
7502088090
|
Fix for PR 60182
|
2004-04-28 01:08:59 +00:00 |
|
Mikhail Khodjaiants
|
970cec46b6
|
Breakpoints presentation in the Disassembly view.
|
2004-04-27 23:19:26 +00:00 |
|
Mikhail Khodjaiants
|
06ad029125
|
Moved the "FUNCTION" and "ADDRESS" breakpoint attributes to ICLineBreakpoint.
Added support for the Disassembly view.
|
2004-04-27 23:13:23 +00:00 |
|
John Camelon
|
31cfba78a4
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60142 and updated CModel tests appropriately.
|
2004-04-27 22:07:00 +00:00 |
|
John Camelon
|
7a2c6de5fb
|
Updated Selection Search to use the parser exclusively for Open Declaration actions. <BR>
Fixed OpenDeclarationAction to open external files again.
|
2004-04-27 21:56:53 +00:00 |
|
Andrew Niefer
|
b2de2fdd6c
|
- work on bug 50984 - fix NPE with anonymous bitfields
- fix problems with globally qualified using declarations
- fix npe & cce in templates
|
2004-04-27 17:49:39 +00:00 |
|
Hoda Amer
|
eed5db60c0
|
Partial fix for bug#57526 [CModelTests]
|
2004-04-27 17:31:48 +00:00 |
|
Hoda Amer
|
428f0da6e7
|
Partial fix for bug#57526 [CModelTests]
|
2004-04-27 17:03:16 +00:00 |
|
Doug Schaefer
|
917b440c10
|
Yet another attempt at getting source generated.
|
2004-04-27 14:56:59 +00:00 |
|
John Camelon
|
a10f4f5583
|
Removed more warnings (ANDREW)
|
2004-04-27 13:48:06 +00:00 |
|
Alain Magloire
|
56bf0c46ce
|
clear the old cache entries
|
2004-04-26 22:32:17 +00:00 |
|
John Camelon
|
02e31a94fd
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898
|
2004-04-26 21:34:39 +00:00 |
|
John Camelon
|
1b95b94a14
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898
|
2004-04-26 21:31:39 +00:00 |
|
David Inglis
|
ca2d70f2be
|
fixed concurrent mod excep plus deadlock wth junits
|
2004-04-26 21:13:49 +00:00 |
|
Alain Magloire
|
dc57a7a2d1
|
Changes in the PathEntryStore API
|
2004-04-26 20:47:42 +00:00 |
|
Andrew Niefer
|
6797f7dd40
|
-work on bug 50984: fix NPEs/CCEs caused by problems with typedefs and a bug in template instantiations
-fix bug 59892: completion on typedefs
-handle ASTExpression as a context for content assist
|
2004-04-26 20:33:12 +00:00 |
|
John Camelon
|
7c63d5bffc
|
Backed out SelectionParse test update.
|
2004-04-26 19:54:58 +00:00 |
|
John Camelon
|
653c8bb11e
|
Fixed infinite loop in BinaryTests
|
2004-04-26 19:53:59 +00:00 |
|
Hoda Amer
|
369547850f
|
CModel bug fix
|
2004-04-26 19:51:32 +00:00 |
|
Mikhail Khodjaiants
|
e9fb20d44d
|
The notification of the Breakpoint Manager on breakpoint creation has been moved to CBreakpointUpdater.
|
2004-04-26 18:49:42 +00:00 |
|
Hoda Amer
|
8bfccbdedf
|
Refactoring bug fixes
|
2004-04-26 17:40:58 +00:00 |
|
Mikhail Khodjaiants
|
0c56154308
|
Incorrect date in ChangeLog.
|
2004-04-26 16:07:17 +00:00 |
|
David Inglis
|
4b1fcdb6fa
|
update label
|
2004-04-26 15:51:29 +00:00 |
|
David Daoust
|
671ed2ffa7
|
From Dave Williams: Screen captures were added, procedures were changed for 2.0, testing a JavaScript to shrink images until the user clicks them.
|
2004-04-26 15:41:43 +00:00 |
|
David Inglis
|
0ac56f2cf0
|
update PathEntry ui stuff
|
2004-04-26 14:51:52 +00:00 |
|
Alain Magloire
|
d83f3ab70e
|
Move the persistency of the PathEntry in a different class
and provide an extension point for it.
|
2004-04-26 04:44:29 +00:00 |
|
John Camelon
|
e0706f6786
|
Added debugging info for Andrew.
|
2004-04-25 22:47:56 +00:00 |
|
John Camelon
|
d2e9119927
|
Removed warnings.
|
2004-04-25 22:18:56 +00:00 |
|
John Camelon
|
8eaa71ea7a
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=51841<BR>
Updated test cases for improved contexts provided in IASTCompletionNode.
|
2004-04-25 21:36:27 +00:00 |
|
John Camelon
|
94bfaa41cf
|
Removed warnings.
|
2004-04-25 05:30:52 +00:00 |
|
Mikhail Khodjaiants
|
b87154d43c
|
Fix for bug 58711: Breakpoint race condition.
Notify the Breakpoint Manager when the install count of breakpoint is changed.
|
2004-04-24 03:30:51 +00:00 |
|
Mikhail Khodjaiants
|
671d4db3fb
|
Corrected date in ChangeLog.
|
2004-04-24 03:27:20 +00:00 |
|
Alain Magloire
|
9b578a9f0c
|
Tentative fix for PR 59098.
|
2004-04-24 03:23:18 +00:00 |
|
John Camelon
|
27ceac6cb6
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57652.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=49167.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39676.<BR>
|
2004-04-23 20:22:07 +00:00 |
|