jv_vdb.st
changeset 22 6684f4d82301
parent 21 80ad6d72b260
child 37 f417fe8685c5
--- a/jv_vdb.st	Sun Sep 21 20:17:16 2014 +0100
+++ b/jv_vdb.st	Sun Sep 21 23:46:10 2014 +0100
@@ -32,7 +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"
+        #'stx:libwidg2'    "HierarchicalItem - superclass of VDBFramePresenter"
     )
 !
 
@@ -46,7 +46,8 @@
     ^ #(
         #'jv:libgdbs'    "GDBCLICommand - referenced by VDBDebuggerConsoleApplication>>commonPostOpen"
         #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
-        #'stx:libtool'    "Tools::CodeView2 - referenced by VDBSourceApplication>>sourceView"
+        #'stx:libtool'    "SmalltalkCodeGeneratorTool - referenced by VDBIconLibrary class>>loadAndCompileImagesFrom:"
+        #'stx:libtool2'    "MenuEditor - referenced by VDBIconLibrary class>>initialize"
     )
 !
 
@@ -72,14 +73,19 @@
         "<className> or (<className> attributes...) in load order"
         VDBAbstractApplication
         VDBDebuggerConsoleView
+        VDBIconLibrary
+        VDBModelPresenter
         #'jv_vdb'
         VDBAbstractContainer
         VDBDebuggerApplication
         VDBDebuggerConsoleApplication
         VDBEventLogApplication
+        VDBFramePresenter
         VDBInferiorConsoleApplication
         VDBSourceApplication
         VDBStackApplication
+        VDBThreadGroupPresenter
+        VDBThreadPresenter
         VDBTabbingContainer
     )
 !