1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2003-02-07 03:51:05 +00:00
parent e55d0449e2
commit 5af111e1fa
2 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2003-02-06 Alain Magloire
* src/.../internal/ui/CygwinDebuggerPage.java (updateLaunchConfigurationDialog):
New method to increase visibility for inner classes.
(getShell): New method to increase visibility for inner classes.
(fGDBCommandText): Change scope to protected.
(fGDBInitText) Change scope to protected.
* src/.../internal/ui/GDBDebuggerPage.java: Ditto.
2003-01-24 David Inglis
* src/.../internal/ui/CDebuggerPage.java (removed)

View file

@ -1,3 +1,17 @@
2003-02-06 Alain Magloire
* src/.../launch/internal/ui/WorkingDirectoryBlock.java (geLaunchConfiguration):
(updateLaunchConfigurationDialog): New method to change the scope for inner classes.
* src/.../launch/ui/CArgumentsTab.java (updateLaunchConfigurationDialog):
New method changing the scope for inner classes.
* src/.../launch/ui/CDebuggerTab.java (updateLaunchConfigurationDialog):
New method changing the scope for inner classes.
* src/.../launch/ui/CMainTab.java (updateLaunchConfigurationDialog):
New method changing the scope for inner classes.
* src/.../launch/ui/CorefileDebuggerTab.java (handleDebuggerChange):
New method changing the scope for inner classes.
2003-02-06 David Inglis
* src/.../launch/internal/CApplicationLaunchShortcut.java
* src/.../launch/ui/CMainTab.java