#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Jan 2020 16:44:15 +0100
changeset 3846 94971720b6bf
parent 3845 b44f17507e82
child 3847 f18d0b3cc419
#OTHER by cg x
stx_libtool2.st
--- a/stx_libtool2.st	Wed Jan 22 16:44:11 2020 +0100
+++ b/stx_libtool2.st	Wed Jan 22 16:44:15 2020 +0100
@@ -74,6 +74,9 @@
      This are packages containing superclasses of my classes and classes which
      are extended by myself.
      They are mandatory, because we need these packages as a prerequisite for loading and compiling.
+     When loading whole packages,
+     mandatoryPreRequisites will be automatically loaded
+     BEFORE this packet has been loaded. 
      This method is generated automatically,
      by searching along the inheritance chain of all of my classes.
      Please take a look at the #referencedPreRequisites method as well."
@@ -94,6 +97,9 @@
      however, a class from it may be referenced during execution and having it
      unloaded then may lead to a runtime doesNotUnderstand error, unless the caller
      includes explicit checks for the package being present.
+     When loading whole packages,
+     referencedPreRequisites will be automatically loaded
+     AFTER this packet has been loaded. 
      This method is generated automatically,
      by searching all classes (and their packages) which are referenced by my classes.
      Please also take a look at the #mandatoryPreRequisites method"
@@ -103,7 +109,7 @@
         #'stx:libbasic2'    "ActorStream - referenced by Tools::ProjectBuilder>>buildWithColorizedOutputTo:"
         #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Tools::ProjectBuilderAssistantApplication>>checkSourceCodeManagerType"
         #'stx:libcomp'    "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith:"
-        #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation"
+        #'stx:libhtml'    "HTMLDocumentView - referenced by FileVersionDiffBrowser>>openDocumentation"
         #'stx:libtool'    "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage"
         #'stx:libui'    "DataSetColumnSpec - referenced by DataSetBuilder>>columns:"
     )