Browse Source

Regular update.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268250 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
7985540fd6
2 changed files with 14 additions and 0 deletions
  1. +5
    -0
      src/antidote/ChangeLog
  2. +9
    -0
      src/antidote/TODO

+ 5
- 0
src/antidote/ChangeLog View File

@@ -1,3 +1,8 @@
2000-11-27 Simeon H.K. Fitch <simeon@fitch.net>

* 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 <simeon@fitch.net>

* org/apache/tools/ant/gui/Console.java: Added context colorization.


+ 9
- 0
src/antidote/TODO View File

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


Loading…
Cancel
Save