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

1104 commits

Author SHA1 Message Date
Mikhail Khodjaiants
8a43cba9c6 Don't do anything if action is null. 2003-02-11 23:49:31 +00:00
Mikhail Khodjaiants
929824408d The 'Load Symbole For All' action is added to the 'Shared Libraries' view. 2003-02-11 19:17:26 +00:00
Mikhail Khodjaiants
e892e5418f Check if viewer is not null before using it. 2003-02-11 19:10:41 +00:00
Mikhail Khodjaiants
ee9110f2e4 The 'Auto-Refresh' and 'Refresh' actions added to the 'Shared Libraries' view. 2003-02-10 23:40:08 +00:00
Alain Magloire
3a34c86948 updated. 2003-02-09 21:22:25 +00:00
Alain Magloire
cfb689fa7e Change the scope to protected to let inner class have
acces to the methods.
2003-02-09 21:22:14 +00:00
Mikhail Khodjaiants
c979cb7ae2 Implementing the preference page for the 'Shared Libraries' view. 2003-02-07 23:38:25 +00:00
Mikhail Khodjaiants
a278a4d72d The viewer type of the 'Shared Libraries' view changed to 'TableTreeViewer'. 2003-02-07 22:03:51 +00:00
Mikhail Khodjaiants
8aeead7f0c The 'Resume Without Signal' action added to the 'Run' menu of the workbench window. 2003-02-07 18:21:19 +00:00
Mikhail Khodjaiants
e40eb6ed90 Rename 'SignalZeroActionDelegate' to 'SignalZeroObjectActionDelegate'. 2003-02-07 16:37:21 +00:00
Mikhail Khodjaiants
c6ed7e065e Removed warnings. 2003-02-06 21:46:26 +00:00
Mikhail Khodjaiants
11577c15eb Removed warnings. 2003-02-06 21:26:20 +00:00
Mikhail Khodjaiants
fd783f3c88 Implementation of the 'Resume At C/C++ Line' action. 2003-02-05 22:32:09 +00:00
Mikhail Khodjaiants
a8bb45b275 Implementation of the 'Resume Without Signal' action. 2003-02-04 23:47:54 +00:00
Mikhail Khodjaiants
02cb4b545e Changed the 'Signal' action name to 'Deliver Signal'. 2003-02-04 19:16:22 +00:00
Mikhail Khodjaiants
e275d2ac53 'DebugException' handling in the 'Signals' view. 2003-02-04 19:15:47 +00:00
Mikhail Khodjaiants
0cf8c37fd5 Implementing the 'Signals' view. 2003-02-03 23:08:44 +00:00
Alain Magloire
e8727feae7 Changes to ICDIExitEvent. 2003-02-03 21:36:23 +00:00
Alain Magloire
d87cffe93a Refactor side effect getMeaning() change for getDescription() 2003-02-03 19:31:13 +00:00
Mikhail Khodjaiants
f5900614c5 Implementing the 'Signals' view. 2003-01-31 22:38:15 +00:00
Mikhail Khodjaiants
43118b1ff0 Added transparency to the shared library icons. 2003-01-30 16:36:09 +00:00
Mikhail Khodjaiants
a012a6a095 Disassembly editor input fix. 2003-01-30 16:23:48 +00:00
David Inglis
22fced57eb added action set to debug perspective 2003-01-30 15:01:29 +00:00
Mikhail Khodjaiants
8fdc0ff5f8 Managing breakpoints from the gdb console. 2003-01-27 22:28:13 +00:00
Mikhail Khodjaiants
5599b8ca2a Ignore the text selection when hovering. 2003-01-23 18:54:33 +00:00
Mikhail Khodjaiants
3e5548d32c Changed the viewer of the Shared Libraries view to TreeViewer. 2003-01-21 22:48:37 +00:00
Alain Magloire
fa5b091353 Rename ICDISignal to ICDISignalReceived
and create model/ICDISignal
2003-01-21 21:40:47 +00:00
Mikhail Khodjaiants
ac4ff7262a Changed the icon for the 'Load Symbols' action. 2003-01-20 22:47:46 +00:00
Mikhail Khodjaiants
d632d9b530 Set the start or end address value in the shared libraries view to 'Not available' if the address value is 0. 2003-01-19 19:28:38 +00:00
Mikhail Khodjaiants
6cf0504156 Use the C editor instead of the default editor for files without extensions. 2003-01-17 21:46:16 +00:00
Mikhail Khodjaiants
d266ca5299 Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view. 2003-01-17 21:08:11 +00:00
Mikhail Khodjaiants
f53cdf9a79 Added the handlers for the 'Create' and 'Terminate' events to the 'Shared Libraries' view. 2003-01-17 20:50:56 +00:00
Mikhail Khodjaiants
ed8c15c83a Implementation of the shared library view. 2003-01-17 19:31:40 +00:00
Mikhail Khodjaiants
2e36002edc Implementing the Shared Libraries view. 2003-01-17 00:15:12 +00:00
Mikhail Khodjaiants
2cb1edc4a8 The 'getDefaultEditor' method returns 'null' for file names that don't have an extension and are not registered with some editor. Use the default text editor in this case. 2003-01-15 18:17:33 +00:00
Mikhail Khodjaiants
a9eae1b09a Added the 'Add Address Breakpoint' action to the workbench 'Run' menu. 2003-01-14 20:26:28 +00:00
Mikhail Khodjaiants
40300813c0 Implementation of the 'Run To Line' action for disassembly. 2003-01-13 22:28:48 +00:00
Alain Magloire
f3eca643e6 updated 2003-01-13 15:55:40 +00:00
Alain Magloire
12d8b6bf82 Array out of the bound exception. 2003-01-13 15:55:31 +00:00
Mikhail Khodjaiants
e2b72802b2 Added contributions of the breakpoint actions to the disassembly editor. 2003-01-10 23:27:27 +00:00
Mikhail Khodjaiants
181bd57bf1 Implementation of address breakpoints. 2003-01-10 19:36:42 +00:00
Alain Magloire
4f9fafb5cd updated 2003-01-06 22:19:50 +00:00
Mikhail Khodjaiants
0cce89ae90 Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view. 2003-01-03 17:29:39 +00:00
Mikhail Khodjaiants
3718bc6b54 Adapter for 'IResource' in 'DisassemblyEditorInput'. 2003-01-02 21:01:09 +00:00
Mikhail Khodjaiants
48a6c457d4 Implementation of the 'Source Lookup' property page. 2002-12-30 00:07:15 +00:00
Mikhail Khodjaiants
8b55c57001 Implementing the 'Source Lookup' property page. 2002-12-20 22:30:00 +00:00
Mikhail Khodjaiants
776735b2af Added the 'org.eclipse.cdt.debug.internal.ui.dialogfields' package. 2002-12-20 22:26:06 +00:00
Mikhail Khodjaiants
5ccf0b609f Added new utility class - SWTUtil. 2002-12-19 19:18:38 +00:00
Mikhail Khodjaiants
963d4de52b Added new utility class - PixelConverter 2002-12-19 18:32:18 +00:00
Mikhail Khodjaiants
9d8f0a4a52 Implementing the "Source Lookup" property page. 2002-12-19 02:13:39 +00:00