EditTextViewCompletionSupport.st
changeset 5995 a44c8b27bbad
parent 5960 d5697b81bbe6
child 6197 3a3a1cabb663
child 6348 bbae86d44915
equal deleted inserted replaced
5994:daa54392bf90 5995:a44c8b27bbad
   244         [
   244         [
   245             "/ protect end-user applications from errors
   245             "/ protect end-user applications from errors
   246             Error handle:[:ex |
   246             Error handle:[:ex |
   247                 Smalltalk isSmalltalkDevelopmentSystem ifTrue:[ ex reject ]
   247                 Smalltalk isSmalltalkDevelopmentSystem ifTrue:[ ex reject ]
   248             ] do:[ 
   248             ] do:[ 
   249                 (editView topView isKindOf:DebugView) ifTrue:[
   249                 (editView topView isDebugView) ifTrue:[
   250                     ControlInterrupt ignoreIn:[
   250                     ControlInterrupt ignoreIn:[
   251                         self computeCompletions.
   251                         self computeCompletions.
   252                     ].    
   252                     ].    
   253                 ] ifFalse:[    
   253                 ] ifFalse:[    
   254                     self computeCompletions.
   254                     self computeCompletions.