From 340973acff23ae17e929df8ce935c967ed6c77ea Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 25 Jul 2016 12:04:25 -0300 Subject: [PATCH] sch2fig/TODO: to do list --- sch2fig/TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sch2fig/TODO diff --git a/sch2fig/TODO b/sch2fig/TODO new file mode 100644 index 0000000..6ea0011 --- /dev/null +++ b/sch2fig/TODO @@ -0,0 +1,19 @@ +- arcs aren't quite right yet +- comment text orientation ? +- better text size guessing +- hierarchical labels +- sub-sheets +- unify alignment, direction +- support fonts attributes ? +- support line thickness ? +- show unit in component reference +- ~ as space +- ~ as overline +- support pin name not inside component +- check if pin name/number placement changes if one is disabled +- glabel: build for "right" style, then rotate poly +- break into file reading, internal storage, rendering +- show open pins / wires +- check remaining alignment / direction / rotation cases in switch statements +- convert abort / assert(0) to proper error indications +- support mirroring