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

1248 commits

Author SHA1 Message Date
Mikhail Khodjaiants
008ce6612b Display message when 'getStackDepth' is timed out. 2002-12-13 19:10:07 +00:00
Alain Magloire
03fd9788f0 updated 2002-12-13 16:33:40 +00:00
Alain Magloire
0c38e196c5 Remove workaround for J9 2002-12-13 16:33:21 +00:00
Alain Magloire
e075c3c614 updated 2002-12-13 15:45:31 +00:00
Alain Magloire
493342d6b2 close the outputstream of Process 2002-12-13 15:43:40 +00:00
David Inglis
72e5cc60b6 changes for eclipse 2.1 2002-12-13 14:55:42 +00:00
Judy N. Green
db9858a832 Fixed Bugzilla PR 25176 tabination to be real tabs and not just replacing tab with text. 2002-12-13 04:13:47 +00:00
Judy N. Green
e643fbae33 Added a method that will attempt to highligh the correct instance of
a variable. It will skip instances of the string if they are encased in
	String quotes and return the first instance that is not encased in quotes
2002-12-13 02:31:07 +00:00
Judy N. Green
6af99905da Removed fragments that are not required for this platform 2002-12-11 17:36:49 +00:00
Judy N. Green
3eae509b21 Corrected the platform os and ws 2002-12-11 17:18:24 +00:00
Judy N. Green
96e8e7bf56 Corrected the platform os and ws 2002-12-11 17:17:46 +00:00
Judy N. Green
17a070f18d Splitting features into platform specific features and updating the buidls scripts to accomodate 2002-12-11 17:15:20 +00:00
Judy N. Green
172709f562 Added platform specific features 2002-12-11 16:10:02 +00:00
Judy N. Green
cdaaab899c Added platform specific features 2002-12-11 16:09:41 +00:00
Judy N. Green
dd05083f97 Added platform specific features 2002-12-11 16:09:17 +00:00
Judy N. Green
b6da118ed8 Added platform specific features 2002-12-11 16:08:57 +00:00
Judy N. Green
e2b01e6c3e Added platform specific features 2002-12-11 16:08:39 +00:00
Judy N. Green
572cf90d20 Added platform specific features 2002-12-11 16:07:37 +00:00
Alain Magloire
90549f9f0c setFormat() new method. 2002-12-11 16:07:12 +00:00
Alain Magloire
1055f5efaf updated. 2002-12-11 16:07:01 +00:00
Judy N. Green
5d10f6540f Added platform specific features 2002-12-11 16:02:00 +00:00
Judy N. Green
22f5511e4c Added platform specific features 2002-12-11 16:00:20 +00:00
Judy N. Green
4d7d5904b5 Fix for bugzilla bug 24648 - Editor displaying text in reverse on Eclipse 2.1 platform 2002-12-11 15:37:31 +00:00
Alain Magloire
d783a4c703 updated. 2002-12-11 15:32:50 +00:00
Alain Magloire
f72d12b90e remove listener and unuse variables. 2002-12-11 15:32:41 +00:00
Mikhail Khodjaiants
58e12467f3 If the given source file path is absolute and the source locator can not find it in the all specified locations return a FileStorage object. 2002-12-10 18:25:07 +00:00
Mikhail Khodjaiants
b0012feb7d Added new case in the 'getEditorInput' method of CDTDebugModelPresentation for FileStorage objects. 2002-12-10 17:57:54 +00:00
Alain Magloire
a161442efe updated. 2002-12-10 16:19:13 +00:00
Alain Magloire
59a9567fee Check if the buffer is not null 2002-12-10 16:18:57 +00:00
Alain Magloire
afd9ccc753 updated. 2002-12-10 14:38:41 +00:00
Alain Magloire
25e3dfc8f6 Workaround for j9 bug in PipedInputStream 2002-12-10 14:38:30 +00:00
Mikhail Khodjaiants
0d40090288 Split the detail message of ICDIErrorInfo into tokens and trancate aech token if it is too long. 2002-12-10 03:46:46 +00:00
Mikhail Khodjaiants
04266b0a86 Display the error message with details when program is suspended because of ICDIErrorInfo. 2002-12-09 00:55:42 +00:00
Mikhail Khodjaiants
188b679f0a Implementation of the status handler for core errors. 2002-12-09 00:50:15 +00:00
Alain Magloire
8de45ed667 update 2002-12-06 19:59:36 +00:00
Alain Magloire
265e894bfa Show the kind/type in the hover also, 2002-12-06 19:59:18 +00:00
Alain Magloire
3752b22c4e Fix the parsing. 2002-12-06 19:51:24 +00:00
David Inglis
13fdd7fb51 new CEditor text hover support for multi-marker balloon display
with basic markup abilities
2002-12-06 14:50:50 +00:00
Alain Magloire
0e81b98bfd New method getDetailMessage() 2002-12-05 16:02:22 +00:00
Alain Magloire
a17576811c Updated 2002-12-05 16:02:07 +00:00
Alain Magloire
4be7410664 Remove author javadoc keyword 2002-12-05 16:01:53 +00:00
Alain Magloire
c15f8b149f Bridge between MIException and CDIException 2002-12-05 16:01:31 +00:00
Alain Magloire
a046952878 call to ErrorInfo changed. 2002-12-05 16:01:10 +00:00
Alain Magloire
55dcaf643e get the log messages also 2002-12-05 16:00:50 +00:00
Alain Magloire
c18e72426c Use MI2CDIException 2002-12-05 16:00:05 +00:00
Mikhail Khodjaiants
cc16047077 Added the 'setChanged' method to ICValue.
This method should common for CValue and CArrayPartitionValue to implement 'setChanged' of CVariable correctly.
2002-12-04 21:34:31 +00:00
Alain Magloire
188f0ec34c Should be validLocation.getMessage() 2002-12-04 20:02:35 +00:00
Mikhail Khodjaiants
0a40161249 Small fix for the Registers view. 2002-12-04 15:28:47 +00:00
Doug Schaefer
2ad197f9ae Updated comment to remove my name from the file. 2002-12-04 14:46:13 +00:00
Alain Magloire
810301022e Updated. 2002-12-04 14:36:49 +00:00