Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
src/jturtle/ | 15 (100.0%) | 410 (100.0%) | 27.3 |
1 lines of code changed in 1 file:
22 lines of code changed in 1 file:
the statistics work for me now
83 lines of code changed in 3 files:
Turtle History works now. If you press UP, it'll give you the previous command, and vice versa for DOWN. There is error handling so that if you enter a blank command, it doesn't save it in the history and it won't report errors if you press UP/DOWN w/ no commands.
125 lines of code changed in 4 files:
made a history class. we might want to fold thin=s into turtleSandbox...we;ll talk soon about this
38 lines of code changed in 2 files:
You can now press enter to make the field empty and move the turtle, instead of clicking the stupid button
38 lines of code changed in 1 file:
command getter is supposed to both save the user's command history and get the newest command. I'm trying to do this by comparing
the file w/ command history to the new user input and only passing the part that isn't in both to garrett's thingy, then updating history.
JtextPane doens't have method for getting a single (ie. the last) line of txt.
103 lines of code changed in 3 files: