gEDA-dev: [pcb] DRC error handling
DJ Delorie
dj at delorie.com
Mon Aug 14 17:19:54 EDT 2006
> - Previous PCB versions used to center the display on the problem
> spot. With the new CVS functions I get color highlighting, but the
> display is not moved to the error location.
It does if you zoom in beforehand.
The CenterDisplay functionality was lost when we did the HID thing; a
patch to add it to the two GUIs, most likely as an action
CenterDisplay(), and re-add support for restoring zoom and position,
would be greatly appreciated.
> I don't have time for a full GUI implementation right now, so I
> might go for the vim quickfix method of jumping between
> registered error spots using a hotkey.
Alternately, create a new layer and add a mark (via, line, circle,
whatever) to this new "DRC results" layer. Then, a hotkey that's
"find a mark on the DRC results layer" would add the vim jumping to
that.
More information about the geda-dev
mailing list