stx_libtool.st
changeset 17558 14fd7fcbab3f
parent 17476 de380a84914e
child 17674 09bd589438b5
equal deleted inserted replaced
17557:97a1ae3f0b02 17558:14fd7fcbab3f
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
     4  COPYRIGHT (c) 1988 by Claus Gittinger / eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   113         #'stx:libjavascript'    "STXJavaScriptLanguage - referenced by Tools::NewSystemBrowser>>classOtherClassNewSlice "
   115         #'stx:libjavascript'    "STXJavaScriptLanguage - referenced by Tools::NewSystemBrowser>>classOtherClassNewSlice "
   114         #'stx:libtool2'    "HierarchicalListEditor - referenced by SystemBrowser class>>resourceEditorClassFor: "
   116         #'stx:libtool2'    "HierarchicalListEditor - referenced by SystemBrowser class>>resourceEditorClassFor: "
   115         #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
   117         #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
   116         #'exept:osi/services'    "OSI::ACSE - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings"
   118         #'exept:osi/services'    "OSI::ACSE - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings"
   117         #'stx:goodies/smallsense'    "SmallSense::SmalltalkLintService - referenced by Tools::CodeView2>>lintService"
   119         #'stx:goodies/smallsense'    "SmallSense::SmalltalkLintService - referenced by Tools::CodeView2>>lintService"
       
   120         #'exept:instantMessaging/jabber'    "JBCClient - referenced by AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl>>smallTeamViaXMPPAvailable"
   118     )
   121     )
   119 
   122 
   120     "Modified: / 06-07-2011 / 16:16:13 / jv"
   123     "Modified: / 06-07-2011 / 16:16:13 / jv"
   121     "Modified: / 26-07-2011 / 10:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   124     "Modified: / 26-07-2011 / 10:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   125     "Modified: / 29-06-2017 / 11:32:19 / stefan"
   122 !
   126 !
   123 
   127 
   124 mandatoryPreRequisites
   128 mandatoryPreRequisites
   125     "list packages which are mandatory as a prerequisite.
   129     "list packages which are mandatory as a prerequisite.
   126      This are packages containing superclasses of my classes and classes which
   130      This are packages containing superclasses of my classes and classes which
   154      This method is generated automatically,
   158      This method is generated automatically,
   155      by searching all classes (and their packages) which are referenced by my classes.
   159      by searching all classes (and their packages) which are referenced by my classes.
   156      Please also take a look at the #mandatoryPreRequisites method"
   160      Please also take a look at the #mandatoryPreRequisites method"
   157 
   161 
   158     ^ #(
   162     ^ #(
       
   163         #'exept:instantMessaging/jabber'    "JBCClient - referenced by AbstractSettingsApplication::MiscSmalltalkCommunicationSettingsAppl>>smallTeamViaXMPPAvailable"
   159     )
   164     )
   160 !
   165 !
   161 
   166 
   162 subProjects
   167 subProjects
   163     "list packages which are known as subprojects.
   168     "list packages which are known as subprojects.
   426     )
   431     )
   427 !
   432 !
   428 
   433 
   429 extensionMethodNames
   434 extensionMethodNames
   430     "lists the extension methods which are to be included in the project.
   435     "lists the extension methods which are to be included in the project.
   431      Entries are pairwise elements, consisting of class-name and selector."
   436      Entries are 2-element array literals, consisting of class-name and selector.
       
   437      A correponding method with real names must be present in my concrete subclasses
       
   438      if it has extensions."
   432 
   439 
   433     ^ #(
   440     ^ #(
   434         ApplicationModel inspectorExtraAttributes
   441         ApplicationModel inspectorExtraAttributes
   435         Array inspectorValueStringInListFor:
   442         Array inspectorValueStringInListFor:
   436         ArrayedCollection inspector2TabForHexDump
   443         ArrayedCollection inspector2TabForHexDump
   496         Image inspectorExtraMenuOperations
   503         Image inspectorExtraMenuOperations
   497         ImmutableArray inspectorValueStringInListFor:
   504         ImmutableArray inspectorValueStringInListFor:
   498         Integer inspectorExtraAttributes
   505         Integer inspectorExtraAttributes
   499         Interval inspectorValueStringInListFor:
   506         Interval inspectorValueStringInListFor:
   500         Iterator inspectorValueStringInListFor:
   507         Iterator inspectorValueStringInListFor:
       
   508         KeyedCollection inspectorClass
   501         LimitedPrecisionReal inspectorExtraAttributes
   509         LimitedPrecisionReal inspectorExtraAttributes
   502         MenuView shortKeys
   510         MenuView shortKeys
   503         Method inspectorExtraAttributes
   511         Method inspectorExtraAttributes
   504         Method printStringForBrowserWithSelector:inClass:
   512         Method printStringForBrowserWithSelector:inClass:
   505         Method selectorPrintStringInBrowserFor:
   513         Method selectorPrintStringInBrowserFor:
   611         'SharedPool class' iconInBrowserSymbol
   619         'SharedPool class' iconInBrowserSymbol
   612         'SimpleView class' iconInBrowserSymbol
   620         'SimpleView class' iconInBrowserSymbol
   613         'Smalltalk class' inspectorClass
   621         'Smalltalk class' inspectorClass
   614         'StandaloneStartup class' iconInBrowserSymbol
   622         'StandaloneStartup class' iconInBrowserSymbol
   615         'Warning class' iconInBrowserSymbol
   623         'Warning class' iconInBrowserSymbol
   616         KeyedCollection inspectorClass
       
   617     )
   624     )
   618 ! !
   625 ! !
   619 
   626 
   620 !stx_libtool class methodsFor:'description - project information'!
   627 !stx_libtool class methodsFor:'description - project information'!
   621 
   628