|
Class: ByteCodeCompilerSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::ByteCodeCompilerSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
I manage settings for bytecode compilation.
Mostly controlling accepted syntax, warnings and errors.
defaults
-
constantFoldingOptions
-
-
constantFoldingStrings
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).
-
defaultIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon1 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon1
Icon flushCachedIcons
|
-
defaultIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon2 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon2
Icon flushCachedIcons
|
-
defaultIcon5
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon5 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon5
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::ByteCodeCompilerSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::ByteCodeCompilerSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::ByteCodeCompilerSettingsAppl open
|
actions
-
basicReadSettings
-
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
basicSaveSettings
-
(comment from inherited method)
utility to save aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
reenableSuppressedWarnings
-
-
stcCompilerSettings
-
aspects
-
allowAssignmentToPoolVariable
-
-
allowDollarInIdentifier
-
-
allowDolphinExtensions
-
-
allowEmptyStatements
-
-
allowExtendedBinarySelectors
-
-
allowFixedPointLiterals
-
holds true, if nnnsn (FixedPoint / ScaledDecimal) literals are allowed.
-
allowGreekCharactersInIdentifier
-
-
allowNationalCharactersInIdentifier
-
-
allowOldStyleAssignment
-
-
allowParagraphInIdentifier
-
-
allowQualifiedNames
-
true, if '#{..}' and 'namespace.varName' qualified names are allowed
-
allowReservedWordsAsSelectors
-
if true, 'self', 'super', 'thisContext', 'nil', 'true' and 'false' are allowed
as unary message selectors.
-
allowSqueakExtensions
-
-
allowUnderscoreInIdentifier
-
-
allowVisualAgeESSymbolLiterals
-
-
allowVisualAgePrimitives
-
-
arraysAreImmutable
-
-
constantFolding
-
-
constantFoldingOptions
-
-
constantFoldingSelection
-
-
enableDollar
-
-
enableParagraph
-
-
enableUnderscore
-
-
fullDebugSupport
-
-
justInTimeCompilation
-
-
simpleAspects
-
-
stringsAreImmutable
-
-
warnAboutBadComments
-
-
warnAboutMissingMethodComment
-
-
warnAboutNonLowercaseLocalVariableNames
-
-
warnAboutPossibleSTCCompilationProblems
-
-
warnAboutPossiblyUnimplementedSelectors
-
-
warnAboutPossiblyUninitializedLocals
-
-
warnAboutReferenceToPrivateClass
-
-
warnAboutShortLocalVariableNames
-
-
warnAboutWrongVariableNames
-
-
warnCommonMistakes
-
-
warnDollarInIdentifier
-
-
warnInconsistentReturnValues
-
-
warnOldStyleAssignment
-
-
warnPlausibilityChecks
-
-
warnPossibleIncompatibilities
-
holds true, if possible incompatibilities (with other ST systems)
are to be warned about
-
warnSTXSpecials
-
-
warnUnderscoreInIdentifier
-
-
warnUnusedVars
-
-
warnings
-
change & update
-
update: something with: aParameter from: changedObject
-
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:
help
-
helpFilename
-
the path for a local help document (for offline reading)
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
queries
-
hasUnsavedChanges
-
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
supportsJustInTimeCompilation
-
|