Browse Source

1 more 2 do

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268376 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
0460449d55
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/antidote/TODO

+ 8
- 0
src/antidote/TODO View File

@@ -1,5 +1,13 @@
TODO List: TODO List:


* Implement a "Worker Thread" pattern that allows workers to have
their work done in a thread property registered with Antidote, and
provide support to that worker to provide progress updates via
the GUI. Should also provide support for hour-glass cursor
handling, and AWT event blocking until task is completed. This
would be used for things such as loading files or other tasks
that the user must wait for completion.

* Add menu option to select the compiler to use, which then sets * Add menu option to select the compiler to use, which then sets
the "build.compiler" property. Better yet, create a generic menu the "build.compiler" property. Better yet, create a generic menu
building capability that allows the setting of a property from a building capability that allows the setting of a property from a


Loading…
Cancel
Save