Am 24.02.2016 5:29 nachm. schrieb "Nicolai Hess" <[email protected]>:
>
>
> Am 24.02.2016 5:26 nachm. schrieb "stepharo" <[email protected]>:
> >
> >
> >>>
> >>> may be
> >>>
> >>> showLesson: aLesson withTitle: aString
> >>>     self window setLabel: aString.
> >>>     self sourceTextModel setText: aLesson lesson.
> >>>     self isOpenInWindow ifFalse: [ self open ]
> >>>
> >>>
> >>> but I do not know :(
> >>>
> >>> Stef
> >>>
> >>
> >> Maybe both,
> >> beForSmalltalkCode and beForSmalltalkScripting in
> >> RubScrolledTextMorph should use
> >> self textArea font: StandardFonts codeFont
> >>
> >> At the moment, only beForSmalltalkCode sets this font.
> >
> >
> > Yes I did the same as you, I tried to add
> >
> > beForSmalltalkScripting
> >     self textArea beForSmalltalkScripting.
> >
> >     self textArea font: StandardFonts codeFont
> >
> > But without success. I'm puzzled.
> > Stef
> >
>
> And you need to reset the tutorial, it reuses the existing lesson view.

And maybe we should use beForSmalltalkScripting in the helpbrowser as well,
because right now, you can not use "printIt"

Reply via email to