From ddcfd91940006af11262077ebad12283d89f5d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Stenarson?= Date: Wed, 3 Apr 2013 19:48:10 +0200 Subject: [PATCH] Removing todo.txt --- todo.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 todo.txt diff --git a/todo.txt b/todo.txt deleted file mode 100644 index 2540114..0000000 --- a/todo.txt +++ /dev/null @@ -1,24 +0,0 @@ -This is the refactor branch of pyreadline. - -Goals: - - Decouple console from readline. In order to simplify future handling of terminals onother platforms than win32 - - Decouple keyboard shortcut logic from lineditor functions - - Add unittests - - Improve cut paste logic to be more like other windows apps - - Make all subfunctionality like console, clipboard etc pluggable to simplify moving to other platforms. - -pyreadline - clipboard.py - clipboard functions - console.py - terminal functions, read keyboard write to screen - keysyms.py - translate descriptions of keypresses to actual keyinfo - release.py - release info, description, copyright - rlmain.py - contains readline class, this is the entry point to readline functionality - lineditor - history.py - history buffer - lineobj.py - Contains linebuffer object, contains all editing functionality - wordmatcher - Contains functions that match word and non-words - - - - - \ No newline at end of file