CodeView.st
changeset 2522 d80496af7eaf
parent 2460 89d715f1d20f
child 2730 61a2f1981ac6
equal deleted inserted replaced
2521:ca205c023cc1 2522:d80496af7eaf
   165                          toLine:selectionEndLine col:selectionEndCol.
   165                          toLine:selectionEndLine col:selectionEndCol.
   166             ex return
   166             ex return
   167         ] do:[
   167         ] do:[
   168             super accept.
   168             super accept.
   169         ]
   169         ]
   170     ] valueNowOrOnUnwindDo:[
   170     ] ensure:[
   171         self unselect.
   171         self unselect.
   172     ]
   172     ]
   173 
   173 
   174     "Modified: 7.3.1997 / 11:06:13 / cg"
   174     "Modified: 7.3.1997 / 11:06:13 / cg"
   175 !
   175 !
   267 ! !
   267 ! !
   268 
   268 
   269 !CodeView class methodsFor:'documentation'!
   269 !CodeView class methodsFor:'documentation'!
   270 
   270 
   271 version
   271 version
   272     ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.47 2001-11-12 17:27:24 cg Exp $'
   272     ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.48 2002-02-26 13:06:16 cg Exp $'
   273 ! !
   273 ! !