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

403 commits

Author SHA1 Message Date
Mikhail Khodjaiants
7c50719ee7 Partial Fix for #51189. Applied patches from Tanya Wolff. 2004-03-04 19:23:14 +00:00
Alain Magloire
aa349fc2b3 Partial fix for PR 52155. 2004-02-20 17:35:44 +00:00
Mikhail Khodjaiants
af45b6d210 Merged changes from 1.2.1 branch. 2004-02-17 19:38:43 +00:00
Doug Schaefer
04649e1b68 *** empty log message *** 2004-02-13 22:06:26 +00:00
Doug Schaefer
1300bda0b8 Quick fix to get the debugger working in M7. I had to
define a new extension to org.eclipse.debug.ui.contexts
and provide the appropriate binding to our debug
model.
2004-02-13 19:07:04 +00:00
Mikhail Khodjaiants
934d7c87a0 Fix for bug 51062: Source locator oddness. 2004-02-11 19:33:05 +00:00
Mikhail Khodjaiants
843606db1d Fix for bug 40108: The memory view does not handle big/little endian. 2004-02-10 23:18:09 +00:00
Mikhail Khodjaiants
7fb590779b Fix for bug 51519: Enable 'Format' action if multiple variables are selected. 2004-02-10 20:15:00 +00:00
Alain Magloire
c6f2a35f9c Patch from Chris Songer to make multiple
selection works when setting formats.
2004-02-03 20:27:30 +00:00
Mikhail Khodjaiants
fb22e46d9a Fix for bug 50967: Linux/SWT blows when double click on the register view. 2004-01-30 19:44:32 +00:00
Alain Magloire
05b2b962c1 Set the sharedlibraryManager autoupdate to be off
by default.
2004-01-23 04:10:39 +00:00
Mikhail Khodjaiants
e63680bf70 Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor. 2004-01-06 20:45:35 +00:00
Doug Schaefer
8cceffb272 Fix the classpaths to use dynamic containers again.
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
Mikhail Khodjaiants
565184adfa 'performApply' of 'SourceLookupBlock' should check if the project in configuration is the same as project saved in the block.
Changed the message displayed when the source file is not found.
2003-12-05 20:36:41 +00:00
Mikhail Khodjaiants
e2724066ac Fix for PR 47595: Referenced projects are not checked in the list of generic source locations. 2003-11-26 23:10:16 +00:00
Mikhail Khodjaiants
ca76e63e63 Cleanup. 2003-11-26 16:40:13 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Mikhail Khodjaiants
d48c7e733d Use "symbol not available" for empty function names when generating a stack frame label. 2003-11-21 20:05:00 +00:00
Mikhail Khodjaiants
74005e4343 Use 'StringBuffer' instead of 'String' when generating stack frame labels.
Added a label for dummy stack frames instead of using the name provided by the rendered object.
2003-11-13 21:07:20 +00:00
Mikhail Khodjaiants
bb83ae658f The argument type of the 'getBreakpointAddress' of 'ICBreakpointManager' is changed from 'ICBreakpoint' to 'ICBreakpointManager'. 2003-11-05 21:12:47 +00:00
Mikhail Khodjaiants
99f7af4dba Fix for PR 45957: Memory view: last column does not show updates. 2003-11-03 18:54:24 +00:00
Mikhail Khodjaiants
4d9be4fde4 Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'. 2003-10-31 20:52:21 +00:00
Mikhail Khodjaiants
f4b6b6e53e Changed name of source lookup preference page. 2003-10-28 15:59:52 +00:00
Mikhail Khodjaiants
acc90cd2d0 Added support of the old launch configurations. 2003-10-27 21:48:48 +00:00
Mikhail Khodjaiants
5df215664c Moved 'DefaultSourceLocator' from the 'org.eclipse.cdt.launch' plugin and merge it with 'CUISourceLocator'.
Added dependency to 'org.apache.xerces'.
Moved the 'org.eclipse.debug.core.sourceLocators' extension from the launcher.
Changed the initialization of 'SourceLookupBlock'.
2003-10-27 20:18:25 +00:00
Mikhail Khodjaiants
330c815c5f Renamed 'SourceLocationFactory' to 'SourceLookupFactory'. 2003-10-27 20:08:53 +00:00
Mikhail Khodjaiants
a73f8d56fd Added a preference page for the source lookup.
It includes two new preferences: 'Source Locations' and 'Search For Duplicate Source Files'.
2003-10-23 18:03:39 +00:00
Mikhail Khodjaiants
34751c2e72 Make 'SourceListDialogField' and 'SourceLookupLabelProvider' public. 2003-10-22 17:35:38 +00:00
Mikhail Khodjaiants
8ad1f9223a Refactoring: converting nested types 'SourceListDialogField' and 'SourceLookupLabelProvider' of 'SourceLookupBlock' to the top level types.
Added 'dispose' method to 'SourceLookupBlock'.
2003-10-22 15:21:35 +00:00
Mikhail Khodjaiants
8968c45d84 Added the "Search subfolders" option for directory search locations. 2003-10-20 22:40:05 +00:00
Mikhail Khodjaiants
d253f76e29 Fix for PR 35960: the "Search for duplicate source files" option is added. 2003-10-17 19:23:01 +00:00
Mikhail Khodjaiants
3a43da5b4b changed the message displayed when the source file not found. 2003-10-17 15:24:07 +00:00
Mikhail Khodjaiants
4af9a7f786 DebugTextHover.java: check if the result of 'evaluateExpression' is not null before trim it. 2003-10-14 15:57:18 +00:00
Mikhail Khodjaiants
05ec3d8a5c Added transparency. 2003-10-06 21:33:42 +00:00
Mikhail Khodjaiants
b75d5577de Mark the function arguments in the Variables View. 2003-10-06 21:11:38 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
Mikhail Khodjaiants
a44480ebb4 Fix for PR 39737: Tooltip in debug mode over long strings is not handled properly.
Added an internal constant to limit the hover text size.
Present the hover text in HTML format.
2003-09-30 16:08:11 +00:00
Mikhail Khodjaiants
c7b323e4fb Fix for PR 43624: The "Show Types Name" action of the Registers view doesn't work. 2003-09-25 02:12:59 +00:00
Mikhail Khodjaiants
65f3447d5a Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package. 2003-09-22 17:31:55 +00:00
Mikhail Khodjaiants
6b328b777c Cleanup. 2003-09-16 21:10:35 +00:00
Mikhail Khodjaiants
5d9f94704f Reset the selection of variable after casting. 2003-09-11 21:01:20 +00:00
Mikhail Khodjaiants
22e130fbe7 Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
Mikhail Khodjaiants
9fbe84c409 New class - SolibSearchPathBlock. Implements the UI control block to set the shared library search path. 2003-09-08 20:08:13 +00:00
Mikhail Khodjaiants
bd74b169fb Label for target suspended by shared library event. 2003-08-29 22:04:02 +00:00
Mikhail Khodjaiants
bebc49da06 "Restore Default Type" changed to "Restore Original Type". 2003-08-19 17:37:36 +00:00
Mikhail Khodjaiants
4214aed737 Removed the 'Type' field from the 'Display As Array' dialog. 2003-08-13 21:16:23 +00:00
Mikhail Khodjaiants
b32258ab17 Display the proper image for reference types. 2003-08-13 18:20:21 +00:00
Mikhail Khodjaiants
022ba9b789 Moved the 'getReferencedProject' method to 'CDebugUtils'.
Added the cycle checking.
2003-07-30 20:22:31 +00:00