SyntaxHighlighter.st
changeset 1132 b5958fa3816e
parent 1110 3e08a12956fd
child 1143 3a9ddfa26b16
equal deleted inserted replaced
1131:82b645876f08 1132:b5958fa3816e
   233     |prefs|
   233     |prefs|
   234 
   234 
   235     super initialize.
   235     super initialize.
   236 
   236 
   237     foldConstants := false.
   237     foldConstants := false.
       
   238     allowDollarInIdentifier := true.
   238 
   239 
   239     prefs := UserPreferences current.
   240     prefs := UserPreferences current.
   240 
   241 
   241     fullSelectorCheck := prefs fullSelectorCheck.
   242     fullSelectorCheck := prefs fullSelectorCheck.
   242     identifierEmphasis := prefs identifierEmphasis.
   243     identifierEmphasis := prefs identifierEmphasis.
   643 ! !
   644 ! !
   644 
   645 
   645 !SyntaxHighlighter class methodsFor:'documentation'!
   646 !SyntaxHighlighter class methodsFor:'documentation'!
   646 
   647 
   647 version
   648 version
   648     ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.31 2000-11-08 12:37:36 cg Exp $'
   649     ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.32 2000-12-18 22:12:54 cg Exp $'
   649 ! !
   650 ! !