stx_libtool.st
changeset 18968 7072875301bc
parent 18899 95c9bbc1cbf1
child 19053 316e446a494b
equal deleted inserted replaced
18967:945b21ace3f5 18968:7072875301bc
   171      referencedPreRequisites will be automatically loaded
   171      referencedPreRequisites will be automatically loaded
   172      AFTER this packet has been loaded. 
   172      AFTER this packet has been loaded. 
   173      This method is generated automatically,
   173      This method is generated automatically,
   174      by searching all classes (and their packages) which are referenced by my classes.
   174      by searching all classes (and their packages) which are referenced by my classes.
   175      Please also take a look at the #mandatoryPreRequisites method"
   175      Please also take a look at the #mandatoryPreRequisites method"
       
   176 
       
   177     ^ #(
       
   178     )
       
   179 !
       
   180 
       
   181 subProjects
       
   182     "list packages which are known as subprojects.
       
   183      The generated makefile will enter those and make there as well.
       
   184      However: they are only built, not forced to be loaded when a package is loaded;
       
   185      for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
   176 
   186 
   177     ^ #(
   187     ^ #(
   178     )
   188     )
   179 ! !
   189 ! !
   180 
   190 
   573         SequenceableCollection inspectorExtraAttributes
   583         SequenceableCollection inspectorExtraAttributes
   574         SequenceableCollection inspectorValueListIconFor:
   584         SequenceableCollection inspectorValueListIconFor:
   575         Set inspectorClass
   585         Set inspectorClass
   576         SimpleView inspectorExtraAttributes
   586         SimpleView inspectorExtraAttributes
   577         SimpleView isCodeView2
   587         SimpleView isCodeView2
       
   588         SmallDictionary inspector2TabLabel
       
   589         SmallDictionary inspectorExtraAttributes
       
   590         SmallDictionary inspectorValueListIconFor:
   578         SmallInteger inspectorExtraAttributes
   591         SmallInteger inspectorExtraAttributes
   579         SmalltalkLanguage compilerClassForInteractiveTools
   592         SmalltalkLanguage compilerClassForInteractiveTools
   580         SocketAddress inspectorValueStringInListFor:
   593         SocketAddress inspectorValueStringInListFor:
   581         StringCollection inspector2TabText
   594         StringCollection inspector2TabText
   582         Symbol formattedCode
   595         Symbol formattedCode