StéphaneDucasse

Results 622 issues of StéphaneDucasse

And sometimes the stack selected item is not visible. ![Capture 2024-10-01 at 08 45 20](https://github.com/user-attachments/assets/37e04fd5-4ea7-41b1-8fe4-10d1cb63bea2)

Type: Bug
To fix before release
Type: First impression count

Right now we can do it for the methods but not for the class definition. We have to go to the code change tool.

Type: Enhancement

In the past we could create a preference file directly from Pharo. This was SUPER SUPER HANDY because it is a HELL to find on windows how to edit a...

Type: Enhancement
Version: Pharo 13
Type: First impression count
papercut

We should not wait the last moment to use a recent version of Microdown. I did a lot of changes. Now I do not know how to do but we...

Type: Enhancement

- My bug was on class side. - select the as yet unclassified protocol containing only one method - This method is classified in the superclass - the rename does...

Type: Bug
Type: Enhancement

While reverting on clicking on methods is working. Scenario. - I move methods that where extended in a package to the defining class - So I got method x is...

I get ``` IceGitCommit(Object)>>doesNotUnderstand: #fullname IceGitLocalBranch(IceBranch)>>= [ | localBranch gitcommit | localBranch := self repositoryHandle lookupLocalBranch: self name. gitcommit := self repositoryHandle revparse: anIceGitCommit id. localBranch setTargetId: gitcommit id. self...

Could we have the possibility to sort the projects other than last loaded? ![Capture 2024-08-26 at 12 10 12](https://github.com/user-attachments/assets/70010acb-af7f-436a-94c4-04154612e11b)

``` execute (IceTipCreateTagPanel newApplication: context application model: self item) asDialogWindow okAction: [ self context refreshTags ]; ^^^^^^^^^^^^^^^^^^^^^ centeredRelativeTo: context window; open ``` ``` IceTipRepositoryGroupPanel(Object)>>doesNotUnderstand: #refreshTags [ self context refreshTags ]...