From 7e6d35760e474258fbb001f310deefa12f25cdd0 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 22 Aug 2016 07:07:33 -0300 Subject: [PATCH] eeshow/TODO: updated --- eeshow/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/eeshow/TODO b/eeshow/TODO index 9bfdb38..068b006 100644 --- a/eeshow/TODO +++ b/eeshow/TODO @@ -1,7 +1,6 @@ Parsing and input processing: - unify alignment, direction - find libraries (e.g., from .pro) -- parse .kicad_wks - on parse error, politely complain, don't terminate; convert abort / assert(0) to proper error indications - quoted strings can have embedded double quotes, with \" (see parse_field)