diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-11 13:04:55 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-11 13:04:55 +0200 |
| commit | 072b364835ea19ff949fde4a4c9891a3853653ed (patch) | |
| tree | a8a33aac4530885184c299a2d6bec486d1b2ff3c /src | |
| parent | only run editor if the module is executed, not imported (diff) | |
| download | pytagomacs-072b364835ea19ff949fde4a4c9891a3853653ed.tar.gz pytagomacs-072b364835ea19ff949fde4a4c9891a3853653ed.tar.bz2 pytagomacs-072b364835ea19ff949fde4a4c9891a3853653ed.tar.xz | |
m + some editor todos
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/editor.py | 7 |
1 files 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-<left>/M-b=prev-word C-<right>/M-a=next-word C-<up>=page-up C-<down>=page-down +## TODO additional key combinations C-<left>/M-b=prev-word C-<right>/M-a=next-word C-<up>=page-up C-<down>=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 |
