Earlier quoted context omitted.
pharo, like other smalltalks, doesn't really have much of a text editor - that's not how you write smalltalk code. instead, you use the browser, which has a text pane, to change/add things to classes (or indeed to objects). you have to think a bit different. and how do you expect to learn anything if you won't read or watch a tutorial?
Serious question: Can you create medium-size to large applications without a text editor?
please note you _do_ have to type in code in text, but not monolithic amounts of it as you would in (say) a C++ program.