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