StéphaneDucasse
StéphaneDucasse
And sometimes the stack selected item is not visible. 
Right now we can do it for the methods but not for the class definition. We have to go to the code change tool.
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...
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...
- 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...
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? 
``` execute (IceTipCreateTagPanel newApplication: context application model: self item) asDialogWindow okAction: [ self context refreshTags ]; ^^^^^^^^^^^^^^^^^^^^^ centeredRelativeTo: context window; open ``` ``` IceTipRepositoryGroupPanel(Object)>>doesNotUnderstand: #refreshTags [ self context refreshTags ]...