From 86da74e0bcd46e6cf4142737e7a8d0f414ad7d9e Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Thu, 5 Apr 2012 13:29:42 -0500 Subject: [PATCH] todo --- TODO.txt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO.txt b/TODO.txt index fd79e2825c..11f66c9023 100644 --- a/TODO.txt +++ b/TODO.txt @@ -61,7 +61,7 @@ Dick's Peronal TODO Items (Last Update: 20-Feb-2012) 1) Finish removing global access requirements from KICAD_PLUGIN, so that: *) a BOARD is a fully self contained document description. *) plugin developers do not have to access globals, which assumes there were ever - only be one BOARD in RAM. Problems remain with BASE_SCREEN and PLOT params. + only be one BOARD in RAM. Problems remain with BASE_SCREEN 2) Extend PLUGIN API to facillitate loading and saving of modules. @@ -69,11 +69,8 @@ Dick's Peronal TODO Items (Last Update: 20-Feb-2012) 4) Check back with Vladimir about finishing the nanometer work. -5) Do an s-expression PCBNEW PLUGIN at least the output side for discussion, - assuming Wayne does not get to this first. - -6) Do an EAGLE XML import PCBNEW PLUGIN, and possible add export support to it. +5) Do an EAGLE XML import PCBNEW PLUGIN, and possible add export support to it. This is PLUGIN::Load() and maybe PLUGIN::Save(). -7) Get back to the SWEET work. +6) Get back to the SWEET work.