/SLogo14/trunk Developers: Anton

Login name:
Anton
Total Commits:
15 (1.2%)
Lines of Code:
410 (3.7%)
Most Recent Commit:
2011-12-16 02:32
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for Anton

Activity by Day of Week for Anton

Activity in Directories

Directory Changes Lines of Code Lines per Change
src/jturtle/ 15 (100.0%) 410 (100.0%) 27.3

Activity of Anton

Most Recent Commits

Anton 2011-12-16 02:32 Rev.: 405

1 lines of code changed in 1 file:

  • src/jturtle: SLogoSession.java (+1)
Anton 2011-12-16 02:29 Rev.: 403


22 lines of code changed in 1 file:

  • src/jturtle: TurtleSandbox.java (+22 -1)
Anton 2011-12-16 01:52 Rev.: 401

the statistics work for me now

83 lines of code changed in 3 files:

  • src/jturtle: SLogoSession.java (+1 -1), TurtleCommander.java (+4), TurtleSandbox.java (+78 -5)
Anton 2011-12-15 22:41 Rev.: 389

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:

  • src/jturtle: JTurtle.java (+4 -3), SLogoSession.java (+2 -2), TurtleHistory.java (+63 -16), TurtleSandbox.java (+56 -11)
Anton 2011-12-09 01:19 Rev.: 155

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:

  • src/jturtle: TurtleHistory.java (new 36), TurtleSandbox.java (+2 -1)
Anton 2011-12-09 00:19 Rev.: 154

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:

  • src/jturtle: TurtleSandbox.java (+38 -18)
Anton 2011-12-04 12:06 Rev.: 44

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:

  • src/jturtle: CommandGetter.java (new 35), Sandbox.java (+12), TurtleSandbox.java (new 56)
Generated by StatSVN 0.7.0