Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 619 (100.0%) | 36.4 |
src/jturtle/ | 14 (82.4%) | 616 (99.5%) | 44.0 |
src/slogo/jelan/instructions/ | 1 (5.9%) | 1 (0.2%) | 1.0 |
src/ | 1 (5.9%) | 1 (0.2%) | 1.0 |
/ | 1 (5.9%) | 1 (0.2%) | 1.0 |
Error reporting is almost ready. Once the exceptions are created, you'll just be able to plug them in.
7 lines of code changed in 1 file:
The turtle draws when you resize, but not when you start the app. THis is so FRUSTRATING
82 lines of code changed in 2 files:
pink TURTLE
1 lines of code changed in 1 file:
Turtle History actually writes to the external file now. The save button works. The format of the written strings is off. It looks like a list in python. I don't think we'll be able to copy it into an SLogo session directly like this so i'll try to format it more.
3 lines of code changed in 1 file:
Turtle History actually writes to the external file now. The save button works. The format of the written strings is off. It looks like a list in python. I don't think we'll be able to copy it into an SLogo session directly like this so i'll try to format it more.
14 lines of code changed in 1 file:
1 lines of code changed in 1 file:
We constructed a new GUI from scratch based loosely off the TurtleField but with our own components. The only problem is that the Turtle doesn't start visible.
97 lines of code changed in 3 files:
we have our own GUI, that we didn't steal from Sprenkle. We need to add the turtle to it.
60 lines of code changed in 1 file:
Made the textfield in Sandbox clear itself when the submit button is pressed.
5 lines of code changed in 1 file:
the box needs to be made so that it starts with some width. It is skinny until you type into it right now. The button and the box are connected at this point. I have the button printing the textPanel's height, which means it can see it right now. I don't know how to get the actual text that is in the box right now.
41 lines of code changed in 1 file:
okay, this Sandbox has all of the components. The return button is there and so is the text box, at the bottom of the page. It needs to probably be more than 2 lines tall, and it still isn't tied to the return button, so it doesn't do anything. You can type in it.
10 lines of code changed in 1 file:
Sandbox is just a copy of turtleField with a new method. I am going to remove the slider, or move it somewhere else, but for now i haven't modified turtlefield and that is still what runs. Sandbox is not complete right now
296 lines of code changed in 1 file:
blah blah blah
2 lines of code changed in 2 files: