StéphaneDucasse
StéphaneDucasse
I was checking the cache ``` MetacelloProjectRegistry instance held by MetacelloProjectRegistration class. ``` Surpringly Microdown baseline is not listed there and I do not get it because ``` BaselineOfIDE >>...
Putting a break point in ``` registrationFor: aMetacelloProjectRegistration ifPresent: presentBlock ifAbsent: absentBlock | baseName | baseName := aMetacelloProjectRegistration baseName. baseName = 'Microdown' ifTrue: [ self halt ]. aMetacelloProjectRegistration configurationProjectSpec ifNotNil:...
And probably a new asSettingPresenter: should be defined on the SHPreferences class itself. Right now there is one on the SHElement but it is only for the elementary element.
Showing the dropChoice is the way to go because it is unclear how to place radio buttons inside the line. Here is an example in the system category 
Thanks martin for this issue.
We should probably update the dependency
Thanks vincent. With Guille we are off for a couple of weeks. Many be marcus can propose a fix.
I just saw that you proposed a fix. Even better :). Indeed a set does not like a good datastructure here. We should cover that with tests. I would like...
@balsa-sarenac what do you think?
In fact this is not a display things but more a way to group changes. ``` whatToDisplayIn: aBrowser ^ self changes flatCollect: [:each | each whatToDisplayIn: aBrowser ] ``` So...