From ea0f636da9fb02617499f7b25e24daa96993c21c Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Sun, 24 Jan 2010 02:07:40 +0000 Subject: [PATCH] update --- TODO.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index e92d10a349..f5cc518180 100644 --- a/TODO.txt +++ b/TODO.txt @@ -59,6 +59,10 @@ from folks with less than that minimum. PCBNew ------ +* Fox the color box which shows which layer is selected, or change tool tip. + It is not tracking layer changes. Look into WinEDA_PcbFrame::syncLayerBox(), + which is probably where fix should go. + * Fix block copy/move preview to not view only a border, we should see the moved/copied parts. @@ -66,12 +70,12 @@ PCBNew * Use BOARD_ITEM::MenuIcon() in the onrightclick.cpp * Document specctra round tripper, and fix the english translation of help. -* Expose layer name editing. Should dove tail with net class editor from - a UI perspective. * Add ARC support to gerber polygons. * Need to add polygon aperture type. Then example 2 in RS274xrevd_e.pdf will draw properly. + + Dick: * Get the nested quote support for DSNLEXER fixed up and committed.