Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. | text |
  2.  
  3. [
  4. EpMonitor current disable.
  5. Metacello new
  6. baseline: 'Bloc';
  7. repository: 'github://feenkcom/Bloc/src';
  8. load: 'Bloc-Text-Rope'
  9. ] ensure: [ EpMonitor current enable ].
  10.  
  11. text := 'test test test' asRopedText.
  12. text
  13. when: BlTextStringInserted
  14. do: [ Transcript clear;
  15. show: text asString ];
  16. insertText: 'foo ' asRopedText at: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement