AbstractFileBrowser.st
branchjv
changeset 17134 c4cce8b7a95d
parent 17133 f9f20407fbf9
parent 16941 9edb5cb2922f
child 17136 cb908d2ba02e
equal deleted inserted replaced
17133:f9f20407fbf9 17134:c4cce8b7a95d
  6499               ].
  6499               ].
  6500     self askForCommandFor:fileName thenDo:action
  6500     self askForCommandFor:fileName thenDo:action
  6501 !
  6501 !
  6502 
  6502 
  6503 doExecuteScript
  6503 doExecuteScript
  6504     "execute a smalltalk script"
  6504     "execute a Smalltalk script"
  6505 
  6505 
  6506     |textHolder dialog template dummyClass dummyInstance|
  6506     |textHolder dialog template dummyClass dummyInstance|
  6507 
  6507 
  6508     template :=
  6508     template :=
  6509 '"/ Smalltalk script:
  6509 '"/ Smalltalk script:
  7520     ].
  7520     ].
  7521 !
  7521 !
  7522 
  7522 
  7523 generateDetachedSignaturesForSelectedFiles
  7523 generateDetachedSignaturesForSelectedFiles
  7524     "generate detached signature (pkcs7) files from the contents of the selected files.
  7524     "generate detached signature (pkcs7) files from the contents of the selected files.
  7525      For smalltalk text files, better use #generateSignaturesForSelectedFiles."
  7525      For Smalltalk text files, better use #generateSignaturesForSelectedFiles."
  7526 
  7526 
  7527     self withActivityIndicationDo:[
  7527     self withActivityIndicationDo:[
  7528         self currentSelectedFiles do:[:fn |
  7528         self currentSelectedFiles do:[:fn |
  7529             |data hash signature signatureFile|
  7529             |data hash signature signatureFile|
  7530 
  7530