TextView.st
changeset 3964 f272bb5029f0
parent 3914 ceb85ec53629
child 3970 0f4980ca24a5
equal deleted inserted replaced
3963:c315f087d655 3964:f272bb5029f0
    16 		selectionEndCol clickPos clickStartLine clickStartCol clickLine
    16 		selectionEndCol clickPos clickStartLine clickStartCol clickLine
    17 		clickCol clickCount expandingTop wordStartCol wordStartLine
    17 		clickCol clickCount expandingTop wordStartCol wordStartLine
    18 		wordEndCol wordEndLine selectionFgColor selectionBgColor
    18 		wordEndCol wordEndLine selectionFgColor selectionBgColor
    19 		selectStyle directoryForFileDialog defaultFileNameForFileDialog
    19 		selectStyle directoryForFileDialog defaultFileNameForFileDialog
    20 		externalEncoding contentsWasSaved searchAction lastSearchPattern
    20 		externalEncoding contentsWasSaved searchAction lastSearchPattern
    21 		lastSearchWasMatch lastSearchIgnoredCase lastSearchMatch
    21 		lastSearchWasMatch lastSearchIgnoredCase lastSearchDirection
    22 		lastSearchDirection parenthesisSpecification dropSource
    22 		parenthesisSpecification dropSource dragIsActive saveAction
    23 		dragIsActive saveAction st80SelectMode searchActionBlock'
    23 		st80SelectMode searchActionBlock'
    24 	classVariableNames:'DefaultViewBackground DefaultSelectionForegroundColor
    24 	classVariableNames:'DefaultViewBackground DefaultSelectionForegroundColor
    25 		DefaultSelectionBackgroundColor
    25 		DefaultSelectionBackgroundColor
    26 		DefaultAlternativeSelectionForegroundColor
    26 		DefaultAlternativeSelectionForegroundColor
    27 		DefaultAlternativeSelectionBackgroundColor MatchDelayTime
    27 		DefaultAlternativeSelectionBackgroundColor MatchDelayTime
    28 		WordSelectCatchesBlanks LastSearchPatterns
    28 		WordSelectCatchesBlanks LastSearchPatterns
  4285 ! !
  4285 ! !
  4286 
  4286 
  4287 !TextView class methodsFor:'documentation'!
  4287 !TextView class methodsFor:'documentation'!
  4288 
  4288 
  4289 version
  4289 version
  4290     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.303 2009-09-15 18:20:47 cg Exp $'
  4290     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.304 2009-10-12 08:35:24 fm Exp $'
       
  4291 !
       
  4292 
       
  4293 version_CVS
       
  4294     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.304 2009-10-12 08:35:24 fm Exp $'
  4291 ! !
  4295 ! !
  4292 
  4296 
  4293 TextView initialize!
  4297 TextView initialize!