[root]/src/antidote/org/apache/tools/ant/gui
Attic
(0 files, 0 lines)
wizzard
(0 files, 0 lines)
build
(0 files, 0 lines)
acs
(0 files, 0 lines)
command
(0 files, 0 lines)
core
(0 files, 0 lines)
customizer
(0 files, 0 lines)
event
(0 files, 0 lines)
ide
(0 files, 0 lines)
modules
(0 files, 0 lines)
console
(0 files, 0 lines)
edit
(0 files, 0 lines)
resources
(0 files, 0 lines)
util
(0 files, 0 lines)
wizard
(0 files, 0 lines)
build
(0 files, 0 lines)
Antidote officially moved to the CVS module jakarta-ant-antidote.
0 lines of code changed in:
Incremental update.
2 lines of code changed in:
Added more panels to build wizard, and created state machine framework.
2 lines of code changed in:
Successfully managed to expose myself to public embarassssment by mispellln'
"wizzzerd" all over the place. :-(
15 lines of code changed in:
Initial framework for a build-file wizzard.
62 lines of code changed in:
Cleanup and debug support.
8 lines of code changed in:
Added full support for multiple projects open at the same time. Each project
appears as an entry in the "Projects" menu.
6 lines of code changed in:
Added *internal* support multiple projects, and generalized the selection
state mechanism.
2 lines of code changed in:
Make licence statements mention Ant in place of Tomcat
3 lines of code changed in:
Major package reorganization.
4 lines of code changed in:
Untabifyin'
120 lines of code changed in:
Changed "AntEditor" to "AntModule", and made construct more JavaBean
compliant (primarily a default ctor). Now has "contextualize()" method
that modules must implement.
91 lines of code changed in:
Changed AntEditor.getAppContext() to getContext() to be consistent
with other classes.
4 lines of code changed in:
Added infrastructure for generating popup menus from configured
actions. The popup menu will then have options who's status is in sync
with the menu and toolbar actions. Also added finer grained element
selection code so that specific events are generated for specific
element types. As a test, added stubbed out actions for adding new
elements to the build file.
59 lines of code changed in:
Added simplistic, non-editable version of context fontification in Console.
112 lines of code changed in:
Rewrote command handling infrastructure, allowing for dynamic mapping
between actions and commands rather than the original hard-coded
mapping. Associations specified in the actions.properties file under
the "<actionID>.command" property.
126 lines of code changed in:
Fixed parser exception propogation bug.
4 lines of code changed in:
Added generic attribute editing capability for tasks.
5 lines of code changed in:
Changed mechanism by which the PropertyEditor editor is instantiated so that it
uses whatever class is retured by BeanDescriptor.getCustomizerClass() rather
than assuming DynamicCustomizer. This will allow BeanSpecific customizers to be
used in leu of the DynamicCustomizer.
Also finally figured out the IllegalAccessException problem with calling the
NodeList methods in the ACSTreeNodeElement classes, which turned out only to
happen when jikes was used for compiling. Implemented a work around.
16 lines of code changed in:
Added icons to project tree view.
33 lines of code changed in:
(17 more)