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

1192 commits

Author SHA1 Message Date
Alain Magloire
71ff91b833 Change the name of the argument for length to represent
it is no the index of the array but rather the length.
2003-03-17 18:50:00 +00:00
Alain Magloire
7f4a0f7c22 Cache the Arguments and the Variables. 2003-03-17 18:49:29 +00:00
Alain Magloire
5dfe2bf8c4 More comments 2003-03-16 21:52:13 +00:00
Alain Magloire
14e24ea6b1 updated 2003-03-16 21:49:07 +00:00
Alain Magloire
eab77f5a41 Call the stackframe whith the right level. 2003-03-16 21:48:50 +00:00
Alain Magloire
4d573939d8 Fix equals. 2003-03-16 21:48:23 +00:00
Alain Magloire
fb1a536450 Create the StackFrame() with the levels. 2003-03-16 21:48:13 +00:00
Alain Magloire
b46bf9a914 Change the Constructor to take a level
change equals to reuse location.
2003-03-16 21:47:57 +00:00
Mikhail Khodjaiants
0520750101 Fix for the 'Restore Default Type' action. 2003-03-14 23:15:12 +00:00
Mikhail Khodjaiants
e05bf9e181 Added the 'isEditable' and 'hasChildren' methods to the 'ICVariable' interface. 2003-03-14 23:12:21 +00:00
Mikhail Khodjaiants
fa3f6e5e4c Cross-referencing projects cause the debugger to go into a stack overflow exception.
Make sure that there is only one source location for each referenced project.
2003-03-14 19:10:17 +00:00
Alain Magloire
eb65a10890 updated. 2003-03-14 16:23:24 +00:00
Alain Magloire
22bf3e3fd6 Check for ICDIArgument and ICDIVariable 2003-03-14 16:23:18 +00:00
Alain Magloire
7f590106ed Check for ICDIRegister when creating. 2003-03-14 16:22:32 +00:00
Alain Magloire
0e5be21fd3 Added getRegisterObject 2003-03-14 16:22:17 +00:00
Alain Magloire
d9ee41d684 Added getArgumentObject 2003-03-14 16:22:07 +00:00
Alain Magloire
fa121c66b0 updated. 2003-03-13 21:14:01 +00:00
Alain Magloire
a866cb7e22 getName() no longer throw exceptions 2003-03-13 21:13:53 +00:00
Alain Magloire
ddb735e6eb Bug fix in method getVariableObjects() 2003-03-13 21:11:08 +00:00
Alain Magloire
1ba995780e Subscript was wrong. 2003-03-13 20:14:11 +00:00
Alain Magloire
544ec582b1 new method getLocalVariableObjects. 2003-03-13 20:12:22 +00:00
Alain Magloire
84e92544c1 use getLocalVariableObjects() 2003-03-13 20:12:08 +00:00
Alain Magloire
67e7d91a60 getName() does not throw any exception 2003-03-13 20:11:52 +00:00
Alain Magloire
f5851aaeae Updated. 2003-03-13 20:11:32 +00:00
Alain Magloire
c67f54a97c enw method getLocalVariableObjects. 2003-03-13 20:11:14 +00:00
Alain Magloire
bfe0ba5321 ICDIVariable extends ICDIVariableObject 2003-03-13 20:10:57 +00:00
Alain Magloire
5d1916545e ICDIRegister extends ICDIRegisterObject. 2003-03-13 20:10:39 +00:00
Alain Magloire
88ad7ce32f ICDIArgument extends ICDIArgumenObject. 2003-03-13 20:10:16 +00:00
Mikhail Khodjaiants
f28d3b262d The implementation of the "Display As Array" action. 2003-03-11 23:46:55 +00:00
Mikhail Khodjaiants
0ecf201e8e New ICDIVariableManager methods for the 'DisplayAsArray' and 'CastToType' actions. 2003-03-11 23:42:27 +00:00
Alain Magloire
8ceec2dbb8 updated 2003-03-11 15:56:04 +00:00
Alain Magloire
fdfc8a1b98 New method getVariableObjectAsArray()
and getVariableObjectAsType().
2003-03-11 15:55:50 +00:00
Mikhail Khodjaiants
1741944fb0 Implementing the "Display As Array" action. 2003-03-10 23:07:45 +00:00
Mikhail Khodjaiants
7c2c85ddb5 Core support of the "Display As Array" action. 2003-03-10 23:04:18 +00:00
Mikhail Khodjaiants
c8d69784d7 Use the 'isEditable' method of ICDIVariable instead of using types in the 'supportsModification' method. 2003-03-10 21:27:13 +00:00
Mikhail Khodjaiants
31e5b4acc3 The internal class should be static to be created in the constructor of the main class. 2003-03-10 19:42:45 +00:00
Mikhail Khodjaiants
6cb24b50dd Refresh the type of variable when casting. 2003-03-09 23:11:41 +00:00
Mikhail Khodjaiants
2236ae2e8f The implementation of the "Cast To Type" and "Restore Default Type" actions. 2003-03-09 22:51:22 +00:00
Mikhail Khodjaiants
d32a10f776 Core support of the "Cast To Type" and "Restore Default Type" actions. 2003-03-09 22:45:33 +00:00
Mikhail Khodjaiants
5c9351fc25 Added icons for the 'Cast To Type' and 'Display As Array" actions. 2003-03-07 20:38:41 +00:00
Mikhail Khodjaiants
cecdca34fd Cleanup. Removed warnings. 2003-03-07 19:39:47 +00:00
Mikhail Khodjaiants
2ef508ee7f The extension of CEditor that displays the 'Source Not Found' form. 2003-03-06 00:13:36 +00:00
Mikhail Khodjaiants
a895d01561 Added static identifier string for this editor. 2003-03-05 23:02:38 +00:00
Mikhail Khodjaiants
e3eb9b9461 Removed warnings. 2003-03-04 17:40:09 +00:00
Alain Magloire
d2d51bde33 updated 2003-03-03 15:18:59 +00:00
Alain Magloire
e25fa3c06e Comment out some method that are not used. 2003-03-03 15:18:30 +00:00
Mikhail Khodjaiants
d4eb2d4416 Check if part is not null when set the selection. 2003-02-28 21:38:48 +00:00
Mikhail Khodjaiants
c274d249d0 Check if page exists before adding a listener. 2003-02-28 21:31:06 +00:00
Alain Magloire
ed45ff3366 Updated. 2003-02-25 01:48:05 +00:00
Alain Magloire
ab2f407352 Reorginaze import to remove warnings. 2003-02-25 01:47:53 +00:00