G'Day,
I notice that the project tree view shows nodes as they are removed eg. when deleting projects. It would be better (and faster) if redrawing of the tree view was disabled while these operations were performed.
--D
G'Day,
I notice that the project tree view shows nodes as they are removed eg. when deleting projects. It would be better (and faster) if redrawing of the tree view was disabled while these operations were performed.
--D
I just had a look at the code and we are already calling BeginUpdate/EndUpdate to disable repainting while modifying the tree. I’m not seeing any repainting issues in the tree, closing a project seems to result in one repaint of the tree.
Hi Vincent,
The latest build I have 7.0.0.689 is definitely quicker and does not display what I saw in 7.0.0.642.
--D
Yeah we have lots of improvements elsewhere in the IDE code.