jv_vdb.st
changeset 11 43439b9e9096
parent 2 9741a7683808
child 13 d06924d8ca0a
--- a/jv_vdb.st	Thu Jun 12 08:45:26 2014 +0100
+++ b/jv_vdb.st	Sat Jun 14 00:54:31 2014 +0100
@@ -23,7 +23,7 @@
     "list packages which are mandatory as a prerequisite.
      This are packages containing superclasses of my classes and classes which
      are extended by myself.
-     They are mandatory, beacuse we need these packages as a prerequisite for loading and compiling.
+     They are mandatory, because we need these packages as a prerequisite for loading and compiling.
      This method is generated automatically,
      by searching along the inheritance chain of all of my classes."
 
@@ -32,6 +32,7 @@
         #'stx:libview'    "DisplaySurface - superclass of VDBDebuggerConsoleView "
         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication "
         #'stx:libwidg'    "EditTextView - superclass of VDBDebuggerConsoleView "
+        #'stx:libwidg2'    "TerminalView - superclass of VDBDebuggerConsoleView "
     )
 !
 
@@ -43,9 +44,8 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
-        #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleView>>keyPressReturn "
-        #'stx:libbasic2'    "List - referenced by VDBEventLogApplication>>eventList "
-        #'stx:libwidg2'    "VT100TerminalView - referenced by VDBInferiorConsoleApplication>>consoleView "
+        #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen "
+        #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize "
     )
 !
 
@@ -71,7 +71,6 @@
         "<className> or (<className> attributes...) in load order"
         VDBAbstractApplication
         VDBDebuggerConsoleView
-        VDBInternalPipeStream
         #'jv_vdb'
         VDBAbstractContainer
         VDBDebuggerApplication