From 0460449d55b2c663f4c5f5f9574af808a86e90f3 Mon Sep 17 00:00:00 2001 From: metasim Date: Tue, 19 Dec 2000 03:55:44 +0000 Subject: [PATCH] 1 more 2 do git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268376 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/antidote/TODO b/src/antidote/TODO index 541ce3d8c..7c5c41f7e 100644 --- a/src/antidote/TODO +++ b/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