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: aTextaText size < self minTextSizeForStylingInBackgroundifTrue: [ ^ self styler style: aText ].self styler styleInBackgroundProcess: aText--style: aTextself styler styleInBackgroundProcess: aTextHowever that was done to fix issue 15930��and it was like that for some time before.Did anything changed in the system, maybe related to scheduling processes?Cheers,AndreiOn Mon, Jul 13, 2015 at 3:24 PM, Peter Uhn��k <i.uhnak@gmail.com> wrote:Never mind from my part... I thought it didn't work at all, so it shouldn't be my doing...
PeterOn Sun, Jul 12, 2015 at 5:44 PM, Peter Uhnak <i.uhnak@gmail.com> wrote:It may be result of my changes to TextModel... I'll check.
From: Andrei Chis
Sent: ���7/���12/���2015 5:34 PM
To: Discusses Development of Pharo
Subject: [Pharo-dev] styling in nautilusHi,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