[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] Re: Display large text files using org.eclipse.draw2d.text
|
One thing which might help is to set the vertical scrollbar to always be
visible. This will cut in half the number of calculations made when laying
out.
"Bora" <kanstantsin@xxxxxx> wrote in message
news:77263603bb395e87913a0eb3918b28b0$1@xxxxxxxxxxxxxxxxxx
> Hello.
>
> I am using FlowPage, BlockFlow & TextFlow figures to display text
> documents. I need each paragraph of the text to be displayed differently,
> so I create BlockFlow and TextFlow figures for every paragraph in the
> Text. That works fine for small documents but FlowPage resizing is very
> slow when there are about two thousands of paragraphs in the text file.
> I do understand that layouting of four thousands figures is time consuming
> operation but is there any way to speed up it?
> Thanks
>
>