jv_vdb.st
changeset 175 a304c250e889
parent 171 39774c491dbf
child 177 fd154978bab5
--- a/jv_vdb.st	Thu Jun 20 16:11:12 2019 +0100
+++ b/jv_vdb.st	Fri Jun 21 22:54:50 2019 +0100
@@ -53,7 +53,7 @@
     ^ #(
         #'jv:libgdbs'    "GDBCommandStatus - shared pool used by VDBSimpleDebuggerConsoleApplication"
         #'stx:goodies/announcements'    "Announcement - superclass of RREvent"
-        #'stx:libbasic'    "Collection - extended"
+        #'stx:libbasic'    "LibraryDefinition - superclass of jv_vdb"
         #'stx:libtool'    "AbstractSettingsApplication - superclass of VDBSettingsApplication"
         #'stx:libview'    "DisplaySurface - superclass of VDBSimpleConsoleView"
         #'stx:libview2'    "ApplicationModel - superclass of VDBAbstractApplication"
@@ -76,6 +76,7 @@
     ^ #(
         #'stx:goodies/xml/vw'    "XML::XMLParser - referenced by VDBVirtualMemoryMap>>initializeFromSysInternalsVmmapDump:"
         #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
+        #'stx:libcomp'    "SyntaxHighlighter - referenced by VDBScatchPadApplication>>loadFile:encoding:into:"
         #'stx:libtool2'    "MenuEditor - referenced by VDBIconLibrary class>>initialize"
     )
 !
@@ -107,6 +108,7 @@
         VDBEvaluator
         VDBIconLibrary
         VDBInstructionBasicBlock
+        VDBScatchPadApplication
         VDBSettingsApplication
         VDBSimpleConsoleView
         VDBStartup
@@ -162,8 +164,6 @@
         GDBDebugger targetConnectRR:
         GDBDebugger onRRExitEvent:
     )
-
-    "Modified: / 18-06-2019 / 11:08:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !jv_vdb class methodsFor:'description - project information'!