#REFACTORING by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 26 Jun 2019 21:50:16 +0200
branchcvs_MAIN
changeset 1088 da9001edd819
parent 1087 75d5cb624db4
child 1090 00020170fb98
#REFACTORING by cg class: stx_goodies_smallsense class comment/format in: #mandatoryPreRequisites #referencedPreRequisites changed: #extensionMethodNames
stx_goodies_smallsense.st
--- a/stx_goodies_smallsense.st	Wed Jun 26 21:50:06 2019 +0200
+++ b/stx_goodies_smallsense.st	Wed Jun 26 21:50:16 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2014 Jan Vrany
@@ -102,6 +100,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."
@@ -129,6 +130,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"
@@ -137,8 +141,6 @@
         #'stx:libbasic2'    "BackgroundQueueProcessingJob - referenced by SmallSense::Manager>>initialize"
         #'stx:libbasic3'    "ChangeSet - referenced by RBContainsSmalltalkXEOLCommentRule>>fixes:"
     )
-
-    "Modified: / 23-04-2018 / 19:10:35 / stefan"
 !
 
 subProjects
@@ -252,7 +254,6 @@
         AssignmentNode inferedType
         AssignmentNode inferedType:
         BlockNode childNamesAndValuesDo:
-        EditTextView autoIndent
         EditTextViewCompletionSupport isCompletionViewShown
         HTMLDocumentView doQuickFix:
         MessageNode childNamesAndValuesDo: