[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
I've committed a few obvious fixes:
Remove the printf whining when we select something which is already
selected. (Could this be being hit for prim_objs of a complex as well as
attributes? I got a LOT of print output on my console). (Lots of printf
is slow).
Added a test to avoid invalidating when deselecting an already
deselected object (for symmetry with the selecting case)
Moved the bounds check outside the inner for loop in
s_page_objects_in_regions()
Could you see if any of these have helped? Redraw isn't super snappy for
me now, but it was never so slow I noticed a problem in the first place.
** Changed in: geda
Assignee: (unassigned) => Krzysztof KoÅciuszkiewicz (k-kosciuszkiewicz)
--
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