StéphaneDucasse

Results 622 issues of StéphaneDucasse

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

![Image](https://github.com/user-attachments/assets/5cc8ab39-0237-4b7b-a0c1-be1b1fdfe603)

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 - ![Capture 2024-11-12 at 20 52 10](https://github.com/user-attachments/assets/88a4428d-513d-477a-9b22-51c8b446362d)...

papercut
UX

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....

Type: Bug

Because refactory is ancient and the naming is not consistent anymore.

Type: Cleanup

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...

Type: Cleanup