[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Display large text files using org.eclipse.draw2d.text

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