|
Class: SyntaxColorSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::SyntaxColorSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
defaults
-
emphasisList
-
-
emphasisMappingList
-
self emphasisMappingList
-
exampleText
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon inspect
ImageEditor openOnClass:self andSelector:#defaultIcon
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::SyntaxColorSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::SyntaxColorSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::SyntaxColorSettingsAppl open
|
actions
-
aspects
-
-
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
-
discardChangesAndReadSettings
-
UserPreferences reset.
-
recolor
-
-
resetToColorScheme
-
Modified (format): / 16-03-2012 / 10:32:02 / cg
aspects
-
coloredText
-
-
fullSelectorCheck
-
-
resetList
-
-
resetListSelection
-
-
syntaxColor
-
-
syntaxColoring
-
-
syntaxElementList
-
-
syntaxElementSelection
-
-
syntaxEmphasisList
-
-
syntaxEmphasisSelection
-
change & update
-
getEmphasis: anEmphasisOrSymbol
-
return emphasis Symbol for emphasis or emphasis for emphasis symbol
-
syntaxColorChanged
-
remember previous value
-
syntaxElementSelectionChanged
-
self recolor.
-
syntaxEmphasisSelectionChanged
-
remember previous value
-
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 & release
-
initialize
-
must be called if redefined
-
initializeEmphasisDictionary
-
map nil emphasis to 'normal' label
-
release
-
reinstall
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
-
syntaxColorSelector
-
-
syntaxColorSelectorForElement: aSyntaxElementsName
-
old code - error prone
-
syntaxEmphasisSelector
-
-
syntaxEmphasisSelectorForElement: aSyntaxElementsName
-
^ (((self syntaxColorSelectorForElement:anEmElement) upToAll: 'Color'), 'Emphasis')
|