From 50ee59ce49f4f168a99e7b995b2695b40ce8ad1f Mon Sep 17 00:00:00 2001 From: Yevgen Muntyan <17531749+muntyan@users.noreply.github.com> Date: Tue, 8 Aug 2006 19:29:12 -0500 Subject: [PATCH] TODO --- moo/TODO | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/moo/TODO b/moo/TODO index 4f11d29b..9024c90d 100644 --- a/moo/TODO +++ b/moo/TODO @@ -1,12 +1,12 @@ +1. Make python plugin use temporary file if the document isn't saved. +2. Buffering in MooCmd. + Editor ======== -1. Color settings!!! -2. Default lang, for ggap. -3. See what can be done in the absence of xml. -4. Make messages in xml parser include file name. -5. File saving: permissions, backups, symlinks. -6. Syntax highlighting: implement what kate does. +1. Make messages in xml parser include file name. +2. File saving: permissions, backups, symlinks. +3. moo_editor_save_tmp(), moo_editor_save_fake() ? Terminal @@ -20,14 +20,11 @@ Terminal App ======== -1. Set default window icon. - Misc ======== -1. Make MooNotebook subclass GtkContainer; apparently dogtail doesn't like it to be -a GtkNotebook. +1. Make MooNotebook subclass GtkNotebook so stupid themes don't break. Bugs