> 
> From: stephane ducasse <[email protected]>
> Date: August 17, 2010 10:46:05 PM GMT+02:00
> To: Pharo Development <[email protected]>
> Subject: TextEditor>>possiblyChanged broke TextEditor quite well :(
> 
> 
> Hi fernando
> 
> apparently in TextEditor>>stateArrayPut: stateArray there is call to 
> possiblyChanged which does not exist in pharo or Squeak
> 
> TextEditor>>stateArrayPut: stateArray
>       | sel |
>       sel := stateArray at: 1.
>       self selectFrom: sel first to: sel last.
>       beginTypeInBlock := stateArray at: 2.
>       emphasisHere := stateArray at: 3.
>       morph possiblyChanged
> 
> And this breaks the system when I try to integrate the ParagraphEditro 
> replacement.... lost laready a couple of hours
> 
> In CUIS it is defined as 
> 
> 
> PluggableTextMorph>>possiblyChanged
>       "A hook for notificating possible interested parties
>       Not used in base system"
> 
> 
> TextMorph>>possiblyChanged
> 
> TextMorphForEditView>>possiblyChanged
>       editView possiblyChanged
> 
> 
> So? 
> Do we need that? if not we should remove all the senders
> Stef
> 
> 
> 
> 
> 
> 
> 

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to