浏览代码

1 more 2 do

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268376 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 25 年前
父节点
当前提交
0460449d55
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      src/antidote/TODO

+ 8
- 0
src/antidote/TODO 查看文件

@@ -1,5 +1,13 @@
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
the "build.compiler" property. Better yet, create a generic menu
building capability that allows the setting of a property from a


正在加载...
取消
保存