eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AbstractSettingsApplication::SyntaxColorSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SyntaxColorSettingsAppl (private in AbstractSettingsApplication

This class is only visible from within AbstractSettingsApplication.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractSettingsApplication::SyntaxColorSettingsAppl

Package:
stx:libtool
Category:
Interface-Smalltalk
Owner:
AbstractSettingsApplication

Class protocol:

defaults
o  emphasisList

o  emphasisMappingList
self emphasisMappingList

o  exampleText

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

image specs
o  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
o  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


Instance protocol:

actions
o  aspects

o  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

o  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

o  discardChangesAndReadSettings
UserPreferences reset.

o  recolor

o  resetToColorScheme
Modified (format): / 16-03-2012 / 10:32:02 / cg

aspects
o  coloredText

o  fullSelectorCheck

o  resetList

o  resetListSelection

o  syntaxColor

o  syntaxColoring

o  syntaxElementList

o  syntaxElementSelection

o  syntaxEmphasisList

o  syntaxEmphasisSelection

change & update
o  getEmphasis: anEmphasisOrSymbol
return emphasis Symbol for emphasis or emphasis for emphasis symbol

o  syntaxColorChanged
remember previous value

o  syntaxElementSelectionChanged
self recolor.

o  syntaxEmphasisSelectionChanged
remember previous value

o  update: something with: aParameter from: changedObject
(comment from inherited method)
dependent is notified of some change -
Default is to try update:with:

help
o  helpFilename
the path for a local help document (for offline reading)

initialization & release
o  initialize
must be called if redefined

o  initializeEmphasisDictionary
map nil emphasis to 'normal' label

o  release
reinstall

queries
o  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

o  syntaxColorSelector

o  syntaxColorSelectorForElement: aSyntaxElementsName
old code - error prone

o  syntaxEmphasisSelector

o  syntaxEmphasisSelectorForElement: aSyntaxElementsName
^ (((self syntaxColorSelectorForElement:anEmElement) upToAll: 'Color'), 'Emphasis')



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:33:39 GMT