TerminalView.st
changeset 2194 d008bb991def
parent 2192 5f3bf896d334
child 2202 263eab24b870
equal deleted inserted replaced
2193:41d5d33c9f78 2194:d008bb991def
  1216 "/    self foregroundColor:Color green.
  1216 "/    self foregroundColor:Color green.
  1217 "/    self backgroundColor:Color black.
  1217 "/    self backgroundColor:Color black.
  1218 !
  1218 !
  1219 
  1219 
  1220 initialize
  1220 initialize
       
  1221 
  1221     super initialize.
  1222     super initialize.
  1222 
  1223 
  1223     Debug := false.
  1224     Debug := false.
  1224     showMatchingParenthesis := false.
  1225     showMatchingParenthesis := false.
  1225     insertMode := false.
  1226     insertMode := false.
  1808 ! !
  1809 ! !
  1809 
  1810 
  1810 !TerminalView class methodsFor:'documentation'!
  1811 !TerminalView class methodsFor:'documentation'!
  1811 
  1812 
  1812 version
  1813 version
  1813     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.100 2002-09-18 14:32:01 penk Exp $'
  1814     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.101 2002-09-18 16:07:07 penk Exp $'
  1814 ! !
  1815 ! !