hpi-swa-teaching / squIRC

IRC Client for Squeak
MIT License
2 stars 0 forks source link

GUI Broken in Squeak 5.2 #11

Open darth-cheney opened 4 years ago

darth-cheney commented 4 years ago

When trying to open a squIRC main window in Squeak 5.2, I'm getting the following DNU:

TextMorphForEditView(Object)>>doesNotUnderstand: #addIntercept:

I'm assuming that something changed with Morphic in recent versions of Squeak, but I can't seem to find a reference online (or anywhere else, really) for what #addIntercept: might do.

marceltaeumel commented 3 years ago

Hmm... PluggableInterceptingIRCTextMorph is missing its #textMorphClass so that TextMorphForInterceptingIRCEditView will be used.

PluggableInterceptingIRCTextMorph-textMorphClass.st.txt