Quote:Quote:- and is much faster indeed, but it nonetheless takes 14s (!) to select all in a moderately sized file (http://www.ldraw.org/cgi-bin/ptdetail.cgi?s=15673s02). MLCad does this almost instantaneously.Yeah it's a problem. It's the object list view that causes the delay, and due to the way Qt manages selection on that widget, optimizing it is not very trivial albeit something that's on my list.
Oh yeah I need to fix that.
Okay I managed to write an algorithm to create selection ranges manually. With that + removing more unnecessary refresh calls I managed to cut down some select-all on 92258.dat from some 20 seconds to half a second. I'm still not happy with it but it will do for now.