Squeak Class Documentation category index | class index  
 
TextDoIt
  category: Collections-Text
  superclass: TextAction
  subclasses: TextPrintIt

No comment. Sorry.

instance methods
  as yet unclassified
  actOnClickFor:
analyze:
evalString:
info
writeScanOn:

class methods
  as yet unclassified
  evalString:
scanFrom:

instance methods
  as yet unclassified top  
 

actOnClickFor:

Note: evalString gets evaluated IN THE CONTEXT OF anObject
-- meaning that self and all instVars are accessible


 

analyze:

Analyze the selected text to find both the parameter to store and the text to emphesize (may be different from original selection). Does not return self!. May be of the form:
3+4
<3+4>
Click Here<3+4>
<3+4>Click Here


 

evalString:


 

info


 

writeScanOn:


class methods
  as yet unclassified top  
 

evalString:


 

scanFrom:

read a doit in the funny format used by Text styles on files. d10 factorial;; end with two semicolons