StéphaneDucasse
StéphaneDucasse
This way we will have the newThreadedTranscript be the one use globally and used by the Spec transcript

We should revisit the use of the method Morph>>changeColor ``` changeColor | dialog | dialog := ColorSelectorDialogWindow new title: 'Choose color'; selectedColor: self color. dialog openModal. dialog cancelled ifFalse: [self...
``` SpBrowseMethodVersionCommand >> execute | target | target := self target. Smalltalk tools versionBrowser browseVersionsForClass: target methodClass selector: target selector ``` They should access the application!
- checkout - new branch from issue - type a number like 884 - It was in the wrong repo so you get - ...
https://github.com/pharo-project/pharo/issues/18284
Imagine you want to pull up a method and this method access an instance variable. Pull up will ask you if you want to pull up the instance variable too....
Because refactory is ancient and the naming is not consistent anymore.
When I look at the implementors I have a lot of doubts. To me it looks like a displayString would be much better and complaint with the rest of the...