Hi 

I'm in favor killing all the respondsTo: 

acceptTextMorphs
        "Accept any text morphs except for those that have no edits."

        self allMorphs do: [:p |
                ((p respondsTo: #accept) and: [
                        (p respondsTo: #hasUnacceptedEdits) and: [
                                p hasUnacceptedEdits]]) ifTrue: [p accept]]

:)

And there are too many Smalltalk references in the system 

Reply via email to