#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 26 Jan 2017 12:39:05 +0100
changeset 17283 ccb8a7c686a7
parent 17282 2bf6b7f1118b
child 17284 f9fcf6d4324e
#DOCUMENTATION by cg class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu Jan 26 12:37:30 2017 +0100
+++ b/AbstractSettingsApplication.st	Thu Jan 26 12:39:05 2017 +0100
@@ -1360,6 +1360,15 @@
     "Modified: / 22-01-2012 / 10:50:15 / cg"
 ! !
 
+!AbstractSettingsApplication::AutoloadedPackagesSettingsAppl class methodsFor:'documentation'!
+
+documentation
+"
+    I manage packages which are to be loade automatically
+    whenever st/x ist started
+"
+! !
+
 !AbstractSettingsApplication::AutoloadedPackagesSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -1581,6 +1590,14 @@
     ^ false.
 ! !
 
+!AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'documentation'!
+
+documentation
+"
+    I manage parameters for package building (for deployment)
+"
+! !
+
 !AbstractSettingsApplication::BuildSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -1923,6 +1940,15 @@
     ^ #('disabled' 'level1 (always safe)' 'level2 (usually safe)' 'full')
 ! !
 
+!AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'documentation'!
+
+documentation
+"
+    I manage settings for bytecode compilation.
+    Mostly controlling accepted syntax, warnings and errors.
+"
+! !
+
 !AbstractSettingsApplication::ByteCodeCompilerSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -3227,6 +3253,14 @@
     ^ ObjectMemory supportsJustInTimeCompilation
 ! !
 
+!AbstractSettingsApplication::ChangeFileSettingsAppl class methodsFor:'documentation'!
+
+documentation
+"
+    I manage where the change file is to be stored and what is to be written into it
+"
+! !
+
 !AbstractSettingsApplication::ChangeFileSettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec