Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 1021 (100.0%) | 40.8 |
src/antidote/org/apache/tools/ant/gui/acs/ | 14 (56.0%) | 766 (75.0%) | 54.7 |
src/antidote/org/apache/tools/ant/gui/command/ | 4 (16.0%) | 183 (17.9%) | 45.7 |
src/antidote/org/apache/tools/ant/gui/modules/edit/ | 5 (20.0%) | 62 (6.1%) | 12.4 |
src/antidote/org/apache/tools/ant/gui/core/ | 1 (4.0%) | 10 (1.0%) | 10.0 |
src/antidote/org/apache/tools/ant/gui/util/ | 1 (4.0%) | 0 (0.0%) | 0.0 |
Added DragTree.java and DragTreeListener.java
(a JTree with drop and drag support)
0 lines of code changed in:
changed the JTree to DragTree and added DragTreeListener
52 lines of code changed in:
modified getDisplayName to display common attribute information
(eg "mkdir: ${build.dir}")
38 lines of code changed in:
added a few optional tasks
110 lines of code changed in:
added <patternset> to <fileset>'s possible children
1 lines of code changed in:
add support for optional elements
529 lines of code changed in:
sort elements in the combobox
8 lines of code changed in:
add function to fill a List from an Object[]
0 lines of code changed in:
added input validation to dialog
90 lines of code changed in:
no "delete" menu for project element. display "delete" and "new element"
for all elements.
23 lines of code changed in:
editor which provides a combobox of available attributes
2 lines of code changed in:
getAction was added to allow removal of JDK 1.3 feature
10 lines of code changed in:
removed the use of JDK 1.3 feature (Button.getAction)
5 lines of code changed in:
new elements will have required attributes added
14 lines of code changed in:
registered DtdAttributePropertyEditor with PropertyEditorManager
6 lines of code changed in:
changed "NamedValues" property to ACSDtdDefinedAttributes
to allow for custom editor.
50 lines of code changed in:
Added "DtdAttributes" class and fixed DtdElement's getters and setters.
83 lines of code changed in: