[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-bug: [Bug 708388] Re: Select all and deselect actions are too slow
No noticeable improvement.
As said before, I can see deselect improvement with the following change:
diff --git a/gschem/src/o_select.c b/gschem/src/o_select.c
index baefa4e..a8cf627 100644
--- a/gschem/src/o_select.c
+++ b/gschem/src/o_select.c
@@ -532,6 +532,7 @@ void o_select_unselect_all(GSCHEM_TOPLEVEL *w_current)
{
TOPLEVEL *toplevel = w_current->toplevel;
o_select_run_hooks( w_current, NULL, 2 );
+ o_invalidate_glist( w_current, toplevel->page_current->selection_list->glist );
o_select_unselect_list( w_current, toplevel->page_current->selection_list );
}
I'll try to do some profiling.
--
You received this bug notification because you are a member of gEDA Bug
Team, which is subscribed to gEDA.
https://bugs.launchpad.net/bugs/708388
Title:
Select all and deselect actions are too slow
Status in GPL Electronic Design Automation tools:
New
Bug description:
Select/deselect actions in gschem take up to 1 second on a moderately
large schematic (900 lines in saved file).
This is an annoyance and can hamper usability - the user can start
repeating keystrokes or mouse clicks due to lack of feedback.
_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug