[squeak-dev] Window label as Text instead of String bugs

Stephan Eggermont stephan at stack.nl
Tue Mar 19 15:59:20 UTC 2019


‘Text’ asMorph openInWindowLabeled: ‘Text’ asText 

Trying to open the debugger halo on the resulting window results in a MNU
Text>>truncateWithElipsisTo: in HaloMorph>>doDebug:with:  

It needs either an asString there, or an implementation in Text

Trying to grab the window results in a MNU Text>>truncateTo:
in SystemWindow>>nameForUndoWording that needs a similar change

Stephan



More information about the Squeak-dev mailing list