jv_vdb.st
changeset 1 09b3ef5606e7
parent 0 33a652015a1a
child 2 9741a7683808
equal deleted inserted replaced
0:33a652015a1a 1:09b3ef5606e7
    42      This method is generated automatically,
    42      This method is generated automatically,
    43      by searching all classes (and their packages) which are referenced by my classes."
    43      by searching all classes (and their packages) which are referenced by my classes."
    44 
    44 
    45     ^ #(
    45     ^ #(
    46         #'jv:libgdbs'    "GDBCLICommand - referenced by VDBConsoleView>>keyPressReturn "
    46         #'jv:libgdbs'    "GDBCLICommand - referenced by VDBConsoleView>>keyPressReturn "
       
    47         #'stx:libbasic2'    "List - referenced by VDBEventLogApplication>>eventList "
    47     )
    48     )
    48 !
    49 !
    49 
    50 
    50 subProjects
    51 subProjects
    51     "list packages which are known as subprojects. 
    52     "list packages which are known as subprojects. 
    69         "<className> or (<className> attributes...) in load order"
    70         "<className> or (<className> attributes...) in load order"
    70         VDBAbstractApplication
    71         VDBAbstractApplication
    71         VDBConsoleView
    72         VDBConsoleView
    72         VDBInternalPipeStream
    73         VDBInternalPipeStream
    73         #'jv_vdb'
    74         #'jv_vdb'
       
    75         VDBAbstractContainer
    74         VDBConsoleApplication
    76         VDBConsoleApplication
    75         VDBDebuggerApplication
    77         VDBDebuggerApplication
       
    78         VDBEventLogApplication
       
    79         VDBTabbingContainer
    76     )
    80     )
    77 !
    81 !
    78 
    82 
    79 extensionMethodNames
    83 extensionMethodNames
    80     "list class/selector pairs of extensions.
    84     "list class/selector pairs of extensions.