Eric Winger
Eric Winger
Code completion will intermingle code completion with following, non-selected characters if no blank
Thanks for responding so quickly! The behavior is different in Pharo 12, but it is still not correct. Now the following character(s?) are replaced. Here's an example. 1. Select text...
This still seems to be a bug. Random classes in my code display in italics when they are not abstract. As noted previously, adding the `isAbstract` class method does not...
@jecisc Thank you, your subclassResponsibility hint was what I was missing. I see now that if a subclass inherits a method calling #subclassResponsibility, the subclass will be considered abstract, as...
I just stumbled across this in a test where two empty SortedCollections compared to not equal. They had the same sort block. I only cared about the contents equality so...
Also, it would be nice if the `buildWidget` methods didn't hard code the widget's class name. This would make the widget easier to subclass, too. Example: `SpMorphicTextInputFieldAdapter>>#buildWidget` ``` buildWidget |...
Hi Stephane, I haven't tried to get my code running in Pharo 13 yet, but I see the method `SpAbstractMorphicAdapter>>#styleName` has not been changed from Pharo 12. That gives me...