[Pkg-mozext-commits] [itsalltext] 123/459: Todo rearrangement

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:13 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 5db413639720a1918369b511a481f4d52b604035
Author: Christian Höltje <docwhat at gerf.org>
Date:   Sun Feb 11 20:05:44 2007 -0500

    Todo rearrangement
---
 Makefile                     | 6 +++---
 chrome/content/cacheobj.js   | 2 +-
 chrome/content/itsalltext.js | 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 3fa0e51..130a13e 100644
--- a/Makefile
+++ b/Makefile
@@ -99,8 +99,8 @@ clean:
 realclean: clean
 	$(Q)rm -rf ../itsalltext*.xpi docs
 
-## @todo [5] Build the extension by copying into a build directory.
-## @todo [5] Minimize built JavaScript.
-## @todo [5] Put contents into a .jar during build phase.
+## @todo [5] [make] Do a proper build in another directory.
+## @todo [5] [make] Minimize JavaScript.
+## @todo [5] [make] Put contents into a .jar.
 ## @todo [3] Browse button should start in directory of current editor choice.
 ## @todo [3] Don't monitor when page is in cache.
diff --git a/chrome/content/cacheobj.js b/chrome/content/cacheobj.js
index 9c661c1..58a42aa 100644
--- a/chrome/content/cacheobj.js
+++ b/chrome/content/cacheobj.js
@@ -169,7 +169,6 @@ CacheObj.prototype.write = function() {
 };
      
 // @todo [9] IDEA: Pass in the line number to the editor, arbitrary command?
-// @todo [1] On edit, let user pick the file extension.
 // @todo [9] IDEA: Allow the user to pick an alternative editor?
 /**
  * Edit a textarea as a file.
@@ -377,6 +376,7 @@ CacheObj.prototype.addGumDrop = function() {
         } else if(use_cutpaste) {
             ItsAllText.debug('mouse: use_cutpaste');
         } else {
+            // @todo [7] Store the last used extension and reuse it.
             cache_object.edit('.txt');
         }
         event.stopPropagation();
diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index be9cbe8..d170a3d 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -557,7 +557,6 @@ var ItsAllText = function() {
  * @param {Event} event
  */
 ItsAllText.prototype.menuNewExtEdit = function(event) {
-    // @todo [1] menuNewExtEdit is non-functional
     var that = this;
     var uid = this._current_uid;
     var cobj = that.tracker[uid];

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