I built an editor part in eclipse to visualize a Zest graph. My problem: if I try to close an editor part which contains a big graph (~6000 nodes, 9000 edges), eclipse can't handle the closing operation and hangs up.
Any ideas to solve the problem or debug it?
I think the problem is to dispose the graph object, but I have not idea to solve it.
Thanks in advance!