SelectionInTreeView.st
changeset 4380 0c043b8a8b4b
parent 4272 7372fb880713
child 4516 1e8e11a8465c
equal deleted inserted replaced
4379:f79671ee6211 4380:0c043b8a8b4b
  2065 !
  2065 !
  2066 
  2066 
  2067 list:aCollection expandTabs:expand scanForNonStrings:scan
  2067 list:aCollection expandTabs:expand scanForNonStrings:scan
  2068 
  2068 
  2069     includesNonStrings := false.
  2069     includesNonStrings := false.
  2070     self list:aCollection expandTabs:false scanForNonStrings:false includesNonStrings:false
  2070     self list:aCollection expandTabs:false scanForNonStrings:false includesNonStrings:nil
  2071 !
  2071 !
  2072 
  2072 
  2073 withoutRedrawAt:anIndex put:aString
  2073 withoutRedrawAt:anIndex put:aString
  2074     "change a line without redisplay and WITHOUT any sizeChange notifications.
  2074     "change a line without redisplay and WITHOUT any sizeChange notifications.
  2075      Somewhat dangerous, since scrollBars will not be informed about contents-changes.
  2075      Somewhat dangerous, since scrollBars will not be informed about contents-changes.
  2500 ! !
  2500 ! !
  2501 
  2501 
  2502 !SelectionInTreeView class methodsFor:'documentation'!
  2502 !SelectionInTreeView class methodsFor:'documentation'!
  2503 
  2503 
  2504 version
  2504 version
  2505     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.118 2013-07-13 20:31:34 cg Exp $'
  2505     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.119 2013-09-06 12:24:53 cg Exp $'
  2506 !
  2506 !
  2507 
  2507 
  2508 version_CVS
  2508 version_CVS
  2509     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.118 2013-07-13 20:31:34 cg Exp $'
  2509     ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.119 2013-09-06 12:24:53 cg Exp $'
  2510 ! !
  2510 ! !
  2511 
  2511