Sorry, I forgot some elements, here they are: Le 04/08/2011 10:28, Sebastien Bigaret a écrit : [...]
I eventually found out that it could be found at squeaksource, so I followed the instructions at: http://www.squeaksource.com/@9DGVYh5n2jIJBj2R/bHwV8FLI
Alas, after doing it, this somehow breaks things: - the O2 can't be opened, exception: - even the
What did I miss? Is there a missing dependency not handled by monticello? Or is there a serious incompatibility w/ pharo v1.2.2? [...]
Alas, after doing it, this somehow breaks things: the O2 can't be opened, exception: Message not understood: Preferences class>>syntaxHighlightingAsYouType UPDATE: I've changed O2PluggableTextMorphWithShout>>okToStyle so that the line saying: Preferences syntaxHighlightingAsYouType ifFalse: [^false]. becomes: (Preferences respondsTo: #syntaxHighlightingAsYouType) ifTrue: [Preferences syntaxHighlightingAsYouType ifFalse: [^false]]. and I thought it was ok but then, I keep getting windows showing "***System error handling failed*** on MessageNotUnderstood: O2TextMorphEditorWithShout>>focused: so it does solve anything. Hmm, it seems trying to install O2 after just a few hours of Pharo was not a very good idea and leads me to complications I cannot handle for now! __ Sébastien.