It basically breaks after 4096 characters.
On 12 May 2011, at 16:02, Fabrizio Perin wrote:
Hi,
i was playing with textlint and i noticed that the highlight is broken. Seems that the
problem is related to the length of the text. If you try to execute the script below you
notice that the highlight doesn't work. If you lower 1000 to 100 it works. It seems
that the break point is 194. After that it dies.
| browser |
browser := GLMTabulator new.
browser
column: #details.
"if you need initial display"
browser transmit to: #details; andShow: [:a |
a text display: [:x |
| string |
string := ''.1 to: 1000 do: [:i | string := string, 'jjjjj j j j j j jjj
j'].
(string asText addAttribute: TextColor red), ('jjjjj j j j j j jjj j' asText)
] ].
browser openOn: 5
Any idea?
Cheers,
Fabrizio
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev