You are having these problems likely due to incompatible packages after the recent changes with the syntax highlighting (http://code.google.com/p/pharo/issues/detail?id=4609). This change basically affected all development tools related code. You need to update Shout, RB, OB, eCompletion, ... See the builds on http://jenkins.lukas-renggli.ch/ for a consistent configuration.
Lukas On 28 September 2011 17:58, Mariano Martinez Peck <[email protected]> wrote: > Ok...there is not a CI anymore for 1.3, so, If you take the jenkis image of > FUel: > > You cannot do anything: > > 1) Type a class in a workspace and cmd + b to browse it -> > MessageNotUnderstood: receiver of "classOrMetaClass:" is nil > ORClassDefinition >> shouldBeStyledBy: aPluggableShoutMorph > aPluggableShoutMorph classOrMetaClass: nil. > ^ true > > 2) Do a System -> About to see which version I am -> MessageNotUnderstood: > SHTextStylerST80>>stylingEnabled: > PluggableTextMorph >> styled: aBoolean > self styler stylingEnabled: aBoolean > > I am the only one? > > -- > Mariano > http://marianopeck.wordpress.com > > -- Lukas Renggli www.lukas-renggli.ch
