PositionableStream.st
changeset 6707 790fc577c403
parent 6699 3a8b14a9c51a
child 6777 5efddf5358b2
equal deleted inserted replaced
6706:d0c8dfdf57e6 6707:790fc577c403
   719                           label:'Class redefinition in fileIn'
   719                           label:'Class redefinition in fileIn'
   720                           form:(WarningBox iconBitmap)
   720                           form:(WarningBox iconBitmap)
   721 "/ cg: now always keep the old packageID
   721 "/ cg: now always keep the old packageID
   722 "/                          buttonLabels:#('cancel' 'skip' 'debug' 'keep' 'keep all' 'continue' 'continue all')
   722 "/                          buttonLabels:#('cancel' 'skip' 'debug' 'keep' 'keep all' 'continue' 'continue all')
   723 "/                          values:#(#abort #skip #debug #keep #keepAll #continue #continueForAll)
   723 "/                          values:#(#abort #skip #debug #keep #keepAll #continue #continueForAll)
   724                           buttonLabels:#('cancel' 'skip' 'debug' 'continue' 'continue all')
   724                           buttonLabels:#('Cancel' 'Skip' 'Debug' 'Continue' 'Continue All')
   725                           values:#(#abort #skip #debug #keep #keepAll)
   725                           values:#(#abort #skip #debug #keep #keepAll)
   726                           default:#continue
   726                           default:#continue
   727                           onCancel:#abort.
   727                           onCancel:#abort.
   728         ] ifFalse:[
   728         ] ifFalse:[
   729             action := self askForDebug:msg withCRs canContinueForAll:canContinueForAll.
   729             action := self askForDebug:msg withCRs canContinueForAll:canContinueForAll.
  1127 ! !
  1127 ! !
  1128 
  1128 
  1129 !PositionableStream class methodsFor:'documentation'!
  1129 !PositionableStream class methodsFor:'documentation'!
  1130 
  1130 
  1131 version
  1131 version
  1132     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.113 2002-07-31 19:46:46 cg Exp $'
  1132     ^ '$Header: /cvs/stx/stx/libbasic/PositionableStream.st,v 1.114 2002-08-02 17:27:04 cg Exp $'
  1133 ! !
  1133 ! !
  1134 PositionableStream initialize!
  1134 PositionableStream initialize!