[Pkg-mozext-commits] [itsalltext] 273/459: organized wishlist

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 4ed9a767c44a139bc86dc39f3117d6e6587b94f3
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Mon Oct 1 13:40:23 2007 -0400

    organized wishlist
---
 Makefile                         | 1 -
 src/chrome/content/itsalltext.js | 7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 8f5aaca..0bd913c 100644
--- a/Makefile
+++ b/Makefile
@@ -200,4 +200,3 @@ realclean: clean
 ## @todo [7] Allow a web page to add an It's All Text! button.
 ## @todo [9] Thunderbird support.
 ## @todo [8] Seamonkey support. GUID: {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
-## @todo [3] position bug: http://docwhat.gerf.org/2007/03/its_all_text_v06/#comment-2210
diff --git a/src/chrome/content/itsalltext.js b/src/chrome/content/itsalltext.js
index 9ecb68e..9de25d1 100644
--- a/src/chrome/content/itsalltext.js
+++ b/src/chrome/content/itsalltext.js
@@ -19,7 +19,7 @@
 /*jslint nomen: true, evil: false, browser: true */
 
 // @todo [9] IDEA: dropdown list for charsets (utf-8, western-iso, default)?
-// @todo [3] Have a menu/context menu item for turning on monitoring/watch.
+// @todo [wish] Have a menu/context menu item for turning on monitoring/watch.
 // @todo [9] Menu item to pick the file to load into a textarea.
 // @todo [9] Hot-keys for editing or opening the context menu.
 
@@ -432,7 +432,7 @@ var ItsAllText = function() {
         that.preferences.private_set('extensions', value);
     };
 
-    // @todo [3] Profiling and optimization.
+    // @todo [wish] Profiling and optimization.
 
     /**
      * Returns a cache object
@@ -490,9 +490,8 @@ var ItsAllText = function() {
         if (!is_chrome) { cobj.addGumDrop(); }
     };
 
-    // @todo [5] Refresh textarea on editor quit.
+    // @todo [wish] Refresh textarea on editor quit.
     // @todo [9] IDEA: support for input elements as well?
-    // @todo [7] Preference: Which corner for the edit button.
 
     /**
      * Refresh Document.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list