Tools__CodeView2.st
changeset 16968 db7d639de0e8
parent 16910 83403af26b43
child 17039 8ba8072d1b4f
child 17134 c4cce8b7a95d
equal deleted inserted replaced
16967:a93d9f64f049 16968:db7d639de0e8
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7 Permission is hereby granted, free of charge, to any person
     5 Permission is hereby granted, free of charge, to any person
   475     textView acceptAction: aBlock
   473     textView acceptAction: aBlock
   476 
   474 
   477     "Modified: / 01-08-2010 / 20:40:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   475     "Modified: / 01-08-2010 / 20:40:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   478 !
   476 !
   479 
   477 
       
   478 acceptEnabled:aBoolean
       
   479 
       
   480     textView acceptEnabled:aBoolean
       
   481 !
       
   482 
   480 breakpoints
   483 breakpoints
   481     |s|
   484     |s|
   482 
   485 
   483     (s := self breakpointService) notNil ifTrue:[
   486     (s := self breakpointService) notNil ifTrue:[
   484         ^ s breakpoints
   487         ^ s breakpoints