Hi,
I would love to wirte a rcp viewer for special kind of file format. The
format however can have several milltion record per file and I run in
problems using virtual table viewer with a ILazyContentProvider.
I already posted this bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=119317
At least haveing to much rows throws a ou of memory exception- strange
since virtual table does not contains any data at all.
But looks like there is actually no solution for the problem since it is
OS dependent.
Has anybody here a idea or suggestion how to write a workaround? I'm not
lazy in worst case i can write my own table viewer, but may someone here
has a better idea or suggestion how to workaround the problem described in
the bug.
Thanks a lot for any hints!!