Advertisement
Guest User

Untitled

a guest
Mar 6th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. TwitterProfileOverview(Object)>>doesNotUnderstand: #canvas
  2. TwitterProfileOverview>>frequentTweetedWordsShown:retweetedProfilesShown:mentionsProfilesShown:coloredWith:
  3. TwitterProfileOverview>>frequentTweetedWordsShown:retweetedProfilesShown:mentionedProfilesShown:
  4. UndefinedObject>>DoIt
  5. OpalCompiler>>evaluate
  6. RubSmalltalkEditor>>evaluate:andDo:
  7. RubSmalltalkEditor>>highlightEvaluateAndDo:
  8. [ textMorph textArea editor highlightEvaluateAndDo: ann action.
  9. textMorph shoutStyler style: textMorph text ] in [ textMorph textArea
  10.     handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action.
  11.         textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea editor highlightEvaluateAndDo...etc...
  12. RubEditingArea(RubAbstractTextArea)>>handleEdit:
  13. [ textMorph textArea
  14.     handleEdit: [ textMorph textArea editor highlightEvaluateAndDo: ann action.
  15.         textMorph shoutStyler style: textMorph text ] ] in GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate: in Block: [ textMorph textArea...
  16. WorldState>>runStepMethodsIn:
  17. WorldMorph>>runStepMethods
  18. WorldState>>doOneCycleNowFor:
  19. WorldState>>doOneCycleFor:
  20. WorldMorph>>doOneCycle
  21. WorldMorph class>>doOneCycle
  22. [ [ WorldMorph doOneCycle.
  23. Processor yield.
  24. false ] whileFalse: [  ] ] in MorphicUIManager>>spawnNewProcess in Block: [ [ WorldMorph doOneCycle....
  25. [ self value.
  26. Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self value....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement