From 7985540fd66c7c7cc40262329a58339d8ba0ad3e Mon Sep 17 00:00:00 2001 From: metasim Date: Tue, 28 Nov 2000 05:01:36 +0000 Subject: [PATCH] Regular update. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268250 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/ChangeLog | 5 +++++ src/antidote/TODO | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/src/antidote/ChangeLog b/src/antidote/ChangeLog index cb68a7b7b..b9bf0261c 100644 --- a/src/antidote/ChangeLog +++ b/src/antidote/ChangeLog @@ -1,3 +1,8 @@ +2000-11-27 Simeon H.K. Fitch + + * org/apache/tools/ant/gui/ActionManager.java: Added ability to + generate popup menus from a list of action IDs. + 2000-11-24 Simeon H.K. Fitch * org/apache/tools/ant/gui/Console.java: Added context colorization. diff --git a/src/antidote/TODO b/src/antidote/TODO index fbe553369..541ce3d8c 100644 --- a/src/antidote/TODO +++ b/src/antidote/TODO @@ -1,4 +1,13 @@ TODO List: + + * Add menu option to select the compiler to use, which then sets + the "build.compiler" property. Better yet, create a generic menu + building capability that allows the setting of a property from a + list of options. + + * Add ability to put an "all" or "don't care" specifyer on the action + "enableOn" and "disableOn" properties. + * Add ability to create new "nodes" in the build tree. * Add editors for defining file sets, and other "sets".