From 77715ff5da03fe1eb186634fe3e0cee5c54513bb Mon Sep 17 00:00:00 2001 From: chrys87 Date: Wed, 8 Nov 2017 16:50:06 +0100 Subject: [PATCH 1/2] Update TODO v2.0 --- TODO v2.0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO v2.0 b/TODO v2.0 index ae52f70a..af6563e8 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -54,6 +54,10 @@ Braille Support: [] print cursor in review [] print cursor in textmode [] word wrapping (if word does not fit print it at next page) + https://docs.python.org/2/library/textwrap.html#textwrap.TextWrapper + drop_whitespace = False + replace_whitespace = False + w.fill(i).split('\n') [] command toggle used cursor (in manual brailleFocusMode) [] capture input from braile [] make routing keys assignable by keyboard From 4ae28544e607888f72eb5aab166a6eb463788403 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Wed, 8 Nov 2017 17:09:27 +0100 Subject: [PATCH 2/2] Update TODO v2.0 --- TODO v2.0 | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO v2.0 b/TODO v2.0 index af6563e8..42445b19 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -8,6 +8,7 @@ Cleanups: - split oldValues := newValues out to helper function [] split it out [] use it in vcsa driver + [] re.sub(' +,' ',text) -> text.lstrip()? check this? - Migrate *Data.py to classes and use getter/setter (Easy for contribution) [] commandsData.py [] eventData.py