#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 17 May 2016 00:03:52 +0200
changeset 19857 ac71ce9b32dd
parent 19856 c1e41278b22e
child 19858 5146a1f4779f
#DOCUMENTATION by cg class: ProjectDefinition comment/format in: #loadAsAutoloaded:
ProjectDefinition.st
--- a/ProjectDefinition.st	Tue May 17 00:03:16 2016 +0200
+++ b/ProjectDefinition.st	Tue May 17 00:03:52 2016 +0200
@@ -2696,7 +2696,6 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
-
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4735,7 +4734,6 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
-
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5312,10 +5310,12 @@
 
                     self hasAllExtensionsLoaded ifFalse:[
                         self activityNotification:'Loading extensions'.
+                        "/ evaluating or here - want extensions to be loaded
                         newStuffHasBeenLoaded := newStuffHasBeenLoaded | meOrMySecondIncarnation loadExtensions.
                     ].
                     (self hasAllClassesLoaded:asAutoloaded not) ifFalse:[
                         self activityNotification:'Loading classes'.
+                        "/ evaluating or here - want autoloaded classes to be loaded
                         newStuffHasBeenLoaded := newStuffHasBeenLoaded | (meOrMySecondIncarnation loadAllClassesAsAutoloaded:asAutoloaded).
                     ].
                     "/ no, don't load subProjects here - will lead to a recursion, which leads