From 83beefe9cf51859666c08b615e8e589067136107 Mon Sep 17 00:00:00 2001 From: metasim Date: Sat, 25 Nov 2000 04:46:43 +0000 Subject: [PATCH] Always more to do... git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268241 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/TODO | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/antidote/TODO b/src/antidote/TODO index 59e51afe7..fbe553369 100644 --- a/src/antidote/TODO +++ b/src/antidote/TODO @@ -1,9 +1,24 @@ TODO List: + * Add ability to create new "nodes" in the build tree. + + * Add editors for defining file sets, and other "sets". + + * Add ability to view task dependencies more fully. + + * Add better editors for specific tasks. + * Add a Progress Monitor for file loading (especially for slow boxen like mine) . * Implement some for of refid hyperlinking functionality. + * Write wizzard framework. + + * Implement context sensitive menus for the console window, allowing + an error to be selected and invoked in IDE. + + * Write preferences framwork, including persistence support. + * Provide some sort of class path debugging support. * Eat own dog food more. @@ -12,22 +27,15 @@ TODO List: node value. This will make sure that the node gets displayed correctly in the project navigator. - * Implement a custom tree node renderer with better icons. - * Implement a build progress reporter. - * Add "syntax" colorization to the console window, with a preferences - editor for setting up the styles. - - * Rework EventResponder to remove hard coded command translation. + * Add "syntax" colorization to the console window {done}, + with a preferences editor for setting up the styles {not-done}. * Figure out an approach to gracefully stopping a running build. * Add error handler for SAX parser to better report loading errors. - * Create an error dialog that is able to display a stack backtrace if - desired. - * Add support to ActionManager to handle toggle actions in tool bar. Also need a better way of detecting the selected state of the action button.