Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 45 (100.0%) | 1121 (100.0%) | 24.9 |
src/slogo/ | 18 (40.0%) | 1027 (91.6%) | 57.0 |
src/slogo/gui/ | 4 (8.9%) | 72 (6.4%) | 18.0 |
src/slogo/parser/ | 8 (17.8%) | 16 (1.4%) | 2.0 |
/ | 3 (6.7%) | 5 (0.4%) | 1.6 |
src/slogo/language/ | 2 (4.4%) | 1 (0.1%) | 0.5 |
src/slogo/parser/token/ | 2 (4.4%) | 0 (0.0%) | 0.0 |
src/slogo/model/ | 1 (2.2%) | 0 (0.0%) | 0.0 |
src/slogo/instruction/arithmetic/ | 1 (2.2%) | 0 (0.0%) | 0.0 |
src/slogo/instruction/ | 2 (4.4%) | 0 (0.0%) | 0.0 |
src/slogo/gui/images/ | 3 (6.7%) | 0 (0.0%) | 0.0 |
src/slogo/expression/ | 1 (2.2%) | 0 (0.0%) | 0.0 |
set Turtle status display text fields to non-editable
7 lines of code changed in 1 file:
add more menu functionality
fixed reset option
85 lines of code changed in 1 file:
set turtle to center of window
4 lines of code changed in 1 file:
minor variable change
2 lines of code changed in 1 file:
added more menu functionality
24 lines of code changed in 1 file:
added File-Open capability (no file readers yet though, just getting file from dialogue)
initialized Undo/Redo buttons to "unclickable"
32 lines of code changed in 1 file:
now handles when user attempts to rotate turtle without first entering an angle
23 lines of code changed in 1 file:
added pen color changing functionality, although the color of a given line drawn is not saved with the Turtle, so whenever the turtle is updated (moved or rotated) and the color has been changed, all previous lines drawn are changed to that color
96 lines of code changed in 2 files:
got rid of some more import warnings
9 lines of code changed in 12 files:
got rid of warning (import issue)
0 lines of code changed in 1 file:
added text area that displays results of expressions
refactored duplicated code in ActionListeners of command button and command text field
33 lines of code changed in 1 file:
added a result variable to use for displaying result in GUI text field
7 lines of code changed in 1 file:
added pen color changeability
6 lines of code changed in 1 file:
Fixed the "TURTLE" border disappearing, a little reorganizing as well
80 lines of code changed in 1 file:
set up the catch block for ParseException when entering invalid commands
added capability to press the "Enter" key and execute commands
22 lines of code changed in 1 file:
deleting model package
1 lines of code changed in 2 files:
29 lines of code changed in 2 files:
99 lines of code changed in 2 files:
3 lines of code changed in 1 file:
14 lines of code changed in 1 file:
(6 more)