From 7617352750924996037c8a293e125e3c7f7ff1fa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 20 Sep 2013 13:25:15 +0200 Subject: list functions with signatures of commands to wrap for undo history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/editor.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/editor.py b/src/editor.py index 5148bac..f8e21ef 100644 --- a/src/editor.py +++ b/src/editor.py @@ -109,6 +109,18 @@ class Jump(): ## should not be a timer waits for the user to idle. ## +## Editing methods in Line to wrap for undo history +# copy(self):bool +# cut(self):bool +# kill(self):bool +# delete(self):bool +# erase(self):bool +# yank(self):bool +# yank_cycle(self):bool +# move_point(self, delta):bool +# swap_mark(self):bool +# override(self, insert, override = True):void + class TextArea(): ''' GNU Emacs alike text area -- cgit v1.2.3-70-g09d2