Strangely enough doing 'Nautilus useExperimentalFastTable: false' brings
the highlighting back.

On Tue, Jul 14, 2015 at 2:31 PM, Andrei Chis <[email protected]>
wrote:

> Seems that this was caused by the change
> from RubShoutStylerDecorator>>style: from Rubric-AlainPlantec.252 to remove
> the check for text size and always style in a background process.
>
> style: aText
> aText size < self minTextSizeForStylingInBackground
> ifTrue: [ ^ self styler style: aText ].
> self styler styleInBackgroundProcess: aText
>
> --
>
> style: aText
> self styler styleInBackgroundProcess: aText
>
>
> However that was done to fix issue 15930
> <https://pharo.fogbugz.com/f/cases/15930> and it was like that for some
> time before.
>
> Did anything changed in the system, maybe related to scheduling processes?
>
>
> Cheers,
> Andrei
>
> On Mon, Jul 13, 2015 at 3:24 PM, Peter Uhnák <[email protected]> wrote:
>
>> Never mind from my part... I thought it didn't work at all, so it
>> shouldn't be my doing...
>>
>> Peter
>>
>> On Sun, Jul 12, 2015 at 5:44 PM, Peter Uhnak <[email protected]> wrote:
>>
>>> It may be result of my changes to TextModel... I'll check.
>>> ------------------------------
>>> From: Andrei Chis <[email protected]>
>>> Sent: ‎7/‎12/‎2015 5:34 PM
>>> To: Discusses Development of Pharo <[email protected]>
>>> Subject: [Pharo-dev] styling in nautilus
>>>
>>> Hi,
>>>
>>> In the latest version (169) in Nautilus method code does not get
>>> highlighted (or gets highlighted highlighted) very slowly. I think it comes
>>> from rubric.
>>>
>>> Can anyone else confirm.
>>>
>>> Andrei
>>>
>>
>>
>

Reply via email to