Tools__CodeViewService.st
branchjv
changeset 13609 8b400fde34ef
parent 13530 2269bce1636d
parent 13556 54e1ef230e31
child 15566 184cea584be5
equal deleted inserted replaced
13608:f0126e42bbef 13609:8b400fde34ef
   374     icon 
   374     icon 
   375         displayOn:gutterView
   375         displayOn:gutterView
   376         x:x + dx
   376         x:x + dx
   377         y:y - h + dy + 4.
   377         y:y - h + dy + 4.
   378 
   378 
   379     "Modified: / 30-01-2012 / 16:01:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   379     "Created: / 17-09-2013 / 15:40:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   380 !
   380 !
   381 
   381 
   382 drawLine:lineNo in: view atX:x y:y width: w height:h from:startCol to:endColOrNil with:fg and:bg
   382 drawLine:lineNo in: view atX:x y:y width: w height:h from:startCol to:endColOrNil with:fg and:bg
   383 
   383 
   384     "Called by both gutterView and textView (well, not yet) to
   384     "Called by both gutterView and textView (well, not yet) to
   437 version
   437 version
   438     ^ '$Id: Tools__CodeViewService.st 7860 2012-02-01 10:42:29Z vranyj1 $'
   438     ^ '$Id: Tools__CodeViewService.st 7860 2012-02-01 10:42:29Z vranyj1 $'
   439 !
   439 !
   440 
   440 
   441 version_CVS
   441 version_CVS
   442     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
   442     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
   443 !
   443 !
   444 
   444 
   445 version_HG
   445 version_HG
   446 
   446 
   447     ^ '$Changeset: <not expanded> $'
   447     ^ '$Changeset: <not expanded> $'
   448 !
   448 !
   449 
   449 
   450 version_SVN
   450 version_SVN
   451     ^ '$Id: Tools__CodeViewService.st,v 1.14 2013-09-05 23:19:43 cg Exp $'
   451     ^ '$Id: Tools__CodeViewService.st,v 1.15 2013-09-17 14:44:33 vrany Exp $'
   452 ! !
   452 ! !
   453 
   453