jv_vdb.st
changeset 13 d06924d8ca0a
parent 11 43439b9e9096
child 16 fc1898815ab6
--- a/jv_vdb.st	Tue Sep 09 12:47:13 2014 +0100
+++ b/jv_vdb.st	Thu Sep 18 09:34:50 2014 +0100
@@ -28,11 +28,11 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb "
-        #'stx:libview'    "DisplaySurface - superclass of VDBDebuggerConsoleView "
-        #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication "
-        #'stx:libwidg'    "EditTextView - superclass of VDBDebuggerConsoleView "
-        #'stx:libwidg2'    "TerminalView - superclass of VDBDebuggerConsoleView "
+        #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
+        #'stx:libview'    "DisplaySurface - superclass of VDBDebuggerConsoleView"
+        #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
+        #'stx:libwidg'    "EditTextView - superclass of VDBDebuggerConsoleView"
+        #'stx:libwidg2'    "TerminalView - superclass of VDBDebuggerConsoleView"
     )
 !
 
@@ -44,8 +44,8 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen "
-        #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize "
+        #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen"
+        #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
     )
 !
 
@@ -77,6 +77,7 @@
         VDBDebuggerConsoleApplication
         VDBEventLogApplication
         VDBInferiorConsoleApplication
+        VDBStackApplication
         VDBTabbingContainer
     )
 !