From 072b364835ea19ff949fde4a4c9891a3853653ed Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 11 Sep 2013 13:04:55 +0200 Subject: m + some editor todos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/editor.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/editor.py b/src/editor.py index dee7c91..3459434 100644 --- a/src/editor.py +++ b/src/editor.py @@ -63,7 +63,11 @@ class Jump(): print(self.string, end = '') -## TODO additional key combinations C-/M-b=prev-word C-/M-a=next-word C-=page-up C-=page-down +## TODO additional key combinations C-/M-b=prev-word C-/M-a=next-word C-=page-up C-=page-down +## TODO colours should be configurable with rc file +## TODO ring limits should be configurable with rc file +## TODO gettext (or similar) should be usd for localisation +## TODO widthless characters should be ignored when calculating the size a text class TextArea(): ''' GNU Emacs alike text area @@ -455,7 +459,6 @@ class TextArea(): @param preredrawer:()?→void Method to call before redrawing screen @param postredrawer:()?→void Method to call after redaring screen ''' - modified = False override = False -- cgit v1.2.3-70-g09d2