stx_libtool.st
branchjv
changeset 19618 76c562829409
parent 19607 f9108fde4972
child 19635 0e23a0f4aac3
equal deleted inserted replaced
19617:96a62e7ef902 19618:76c562829409
     1 "
     1 "
     2  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
     2  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
     3  COPYRIGHT (c) 2015-2016 Jan Vrany
     3  COPYRIGHT (c) 2015-2016 Jan Vrany
     4  COPYRIGHT (c) 2021 LabWare
     4  COPYRIGHT (c) 2021 LabWare
       
     5  COPYRIGHT (c) 2021 svestkap
     5               All Rights Reserved
     6               All Rights Reserved
     6 
     7 
     7  This software is furnished under a license and may be used
     8  This software is furnished under a license and may be used
     8  only in accordance with the terms of that license and with the
     9  only in accordance with the terms of that license and with the
     9  inclusion of the above copyright notice.   This software may not
    10  inclusion of the above copyright notice.   This software may not
    27 copyright
    28 copyright
    28 "
    29 "
    29  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
    30  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
    30  COPYRIGHT (c) 2015-2016 Jan Vrany
    31  COPYRIGHT (c) 2015-2016 Jan Vrany
    31  COPYRIGHT (c) 2021 LabWare
    32  COPYRIGHT (c) 2021 LabWare
       
    33  COPYRIGHT (c) 2021 svestkap
    32               All Rights Reserved
    34               All Rights Reserved
    33 
    35 
    34  This software is furnished under a license and may be used
    36  This software is furnished under a license and may be used
    35  only in accordance with the terms of that license and with the
    37  only in accordance with the terms of that license and with the
    36  inclusion of the above copyright notice.   This software may not
    38  inclusion of the above copyright notice.   This software may not
   133      This method is generated automatically,
   135      This method is generated automatically,
   134      by searching along the inheritance chain of all of my classes.
   136      by searching along the inheritance chain of all of my classes.
   135      Please take a look at the #referencedPreRequisites method as well."
   137      Please take a look at the #referencedPreRequisites method as well."
   136 
   138 
   137     ^ #(
   139     ^ #(
   138         #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of CodeGenerator"
   140         #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor"
   139         #'stx:libbasic'    "AbstractTime - extended"
   141         #'stx:libbasic'    "AbstractTime - extended"
   140         #'stx:libbasic2'    "Iterator - extended"
   142         #'stx:libbasic2'    "Iterator - extended"
   141         #'stx:libbasic3'    "Change - extended"
   143         #'stx:libbasic3'    "Change - extended"
   142         #'stx:libcomp'    "AbstractSyntaxHighlighter - extended"
   144         #'stx:libcomp'    "AbstractSyntaxHighlighter - extended"
   143         #'stx:libui'    "ComponentSpec - superclass of EditFieldWithCompletionSpec"
   145         #'stx:libui'    "ComponentSpec - superclass of EditFieldWithCompletionSpec"
   158      This method is generated automatically,
   160      This method is generated automatically,
   159      by searching all classes (and their packages) which are referenced by my classes.
   161      by searching all classes (and their packages) which are referenced by my classes.
   160      Please also take a look at the #mandatoryPreRequisites method"
   162      Please also take a look at the #mandatoryPreRequisites method"
   161 
   163 
   162     ^ #(
   164     ^ #(
       
   165         #'stx:goodies/monticello/tonel'    "TonelRepository - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat:"
   163         #'stx:goodies/refactoryBrowser/matching'    "RBSearchRule - referenced by Tools::NewSystemBrowser>>parseTreeSearcherAvailable"
   166         #'stx:goodies/refactoryBrowser/matching'    "RBSearchRule - referenced by Tools::NewSystemBrowser>>parseTreeSearcherAvailable"
   164     )
   167     )
   165 !
   168 !
   166 
   169 
   167 subProjects
   170 subProjects
   214         BookmarksEditDialog
   217         BookmarksEditDialog
   215         BrowserView
   218         BrowserView
   216         ChangesBrowser
   219         ChangesBrowser
   217         CodeCompletionHelpMenuView
   220         CodeCompletionHelpMenuView
   218         CodeCompletionHelpView
   221         CodeCompletionHelpView
   219         #'Tools::CodeGenerator'
       
   220         CodeGeneratorTool
   222         CodeGeneratorTool
   221         DebugView
   223         DebugView
   222         Diff
   224         Diff
   223         Diff2
   225         Diff2
   224         Diff3
   226         Diff3
   240         FilenameEditFieldV2
   242         FilenameEditFieldV2
   241         InspectorView
   243         InspectorView
   242         MemoryMonitor
   244         MemoryMonitor
   243         MemoryMonitorView
   245         MemoryMonitorView
   244         MemoryUsageView
   246         MemoryUsageView
       
   247         Monokai
   245         MultiViewToolApplication
   248         MultiViewToolApplication
   246         PerforceSourceCodeManagerUtilities
   249         PerforceSourceCodeManagerUtilities
   247         ProcessMonitorV2
   250         ProcessMonitorV2
   248         RCSConflictEditTextView
   251         RCSConflictEditTextView
   249         Solarized
   252         Solarized
   264         #'Tools::CheckinInfoDialog'
   267         #'Tools::CheckinInfoDialog'
   265         #'Tools::ClassChecker'
   268         #'Tools::ClassChecker'
   266         #'Tools::ClassSorter'
   269         #'Tools::ClassSorter'
   267         #'Tools::CodeCompletionMenu'
   270         #'Tools::CodeCompletionMenu'
   268         #'Tools::CodeCritics'
   271         #'Tools::CodeCritics'
       
   272         #'Tools::CodeGenerator'
   269         #'Tools::CodeView2'
   273         #'Tools::CodeView2'
   270         #'Tools::CodeViewService'
   274         #'Tools::CodeViewService'
   271         #'Tools::DiffCodeView2'
   275         #'Tools::DiffCodeView2'
   272         #'Tools::HierarchicalChangesetDialog'
   276         #'Tools::HierarchicalChangesetDialog'
   273         #'Tools::InlineMessageDialog'
   277         #'Tools::InlineMessageDialog'