[Pkg-mozext-commits] [itsalltext] 22/459: Updated todos

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:02 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 a1abdef072b3b1ed4714b1b6b489543386f60a84
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Fri Dec 15 09:52:47 2006 -0500

    Updated todos
---
 chrome/content/itsalltext.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 1b71d73..fb0c8aa 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -201,9 +201,9 @@ function ItsAllTextOverlay() {
   that.getEditor = function() {
     var editor = that.preferences.data.editor;
 
-    // TODO: It'd be nice to have this use PATH.
-    // TODO: It should behave better the editor is unset or invalid.
-    // TODO: On the mac, we should allow for "open -a <app> <file>"
+    // TODO: The prefereces dialog should have a filepicker.
+    // TODO: !! If the editor fails, we should open preferences.
+    // TODO: !! MacOSX, we should allow for "open -a <app> <file>".
 
     // create an nsILocalFile for the executable
     var file = Components.
@@ -237,7 +237,7 @@ function ItsAllTextOverlay() {
                             Math.random(),
                             node.getAttribute("name") ].join(':'));
 
-    // TODO: This would be better if it autodetected the extension
+    // TODO: !! We should have a menu that lets the user pick the extension.
     self.filename = hashString([ node.ownerDocument.URL,
                                  node.getAttribute("name") ].join(':')) +
       '.txt';
@@ -483,7 +483,7 @@ function ItsAllTextOverlay() {
     cronjob();
 
     /*
-      TODO: Put edit button inside the lower right side of the text area.
+      TODO: !! edit should be a gumdrop floating above a textarea corner.
     */
     //that.log('onDOMContentLoad: done',id);
     return;

-- 
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