Directory src/slogo/GUIElements/commands/

Directory Created:
2016-12-05 19:17
Total Files:
5
Deleted Files:
0
Lines of Code:
499

[root]/src/slogo/GUIElements/commands

Lines of Code

src/slogo/GUIElements/commands/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
estradahammd 47 (100.0%) 643 (100.0%) 13.6

Most Recent Commits

estradahammd 2016-12-15 18:00 Rev.: 1807

Simplified some code

16 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenSubroutineCommand.java (+16 -16)
estradahammd 2016-12-10 12:26 Rev.: 1455

Added all my java docs

52 lines of code changed in 5 files:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (+5 -1), OpenImageFileCommand.java (+14 -1), OpenInstructionHistoryFileCommand.java (+18 -4), OpenSubroutineCommand.java (+8 -3), SaveCommand.java (+7 -3)
estradahammd 2016-12-10 11:05 Rev.: 1452

Added a check within the slogo reader that allows it to check for [] and recognize when a statement is complete

28 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenSubroutineCommand.java (+28 -2)
estradahammd 2016-12-09 22:59 Rev.: 1440

Just added two new extensions

10 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+10 -6)
estradahammd 2016-12-09 17:12 Rev.: 1346

Added code to support easter eggs

5 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+5 -1)
estradahammd 2016-12-09 11:35 Rev.: 1297

Fixed the refresh method to improve the runtime efficiency

0 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (-2)
estradahammd 2016-12-09 09:39 Rev.: 1287

10 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+10 -5)
estradahammd 2016-12-09 09:39 Rev.: 1286

Modified the code to avoid concurrent modification exceptions

4 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (+4)
estradahammd 2016-12-08 13:23 Rev.: 1236

Fixed the default file saving system

3 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: SaveCommand.java (+3 -2)
estradahammd 2016-12-08 12:54 Rev.: 1234

Added code to support loading past assignments into the current workspace

27 lines of code changed in 4 files:

  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+2), OpenInstructionHistoryFileCommand.java (+20 -10), OpenSubroutineCommand.java (+2), SaveCommand.java (+3 -2)
estradahammd 2016-12-08 12:12 Rev.: 1231

Added ability to record and save assignments

55 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: SaveCommand.java (+55)
estradahammd 2016-12-07 23:35 Rev.: 1226

Added code to clean up the loading screen

23 lines of code changed in 2 files:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (+20), OpenInstructionHistoryFileCommand.java (+3 -2)
estradahammd 2016-12-07 21:51 Rev.: 1218

Added code to save and load the image of the turtle when user specified

17 lines of code changed in 2 files:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+14 -2), SaveCommand.java (+3)
estradahammd 2016-12-07 21:34 Rev.: 1215

Added a button and the associated code for the subroutine button

61 lines of code changed in 2 files:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+2 -2), OpenSubroutineCommand.java (new 59)
estradahammd 2016-12-07 18:22 Rev.: 1204

Fixed the method to allow the user to open .logo files

34 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+34 -7)
estradahammd 2016-12-07 18:21 Rev.: 1203

Allowed the user to save as a .logo file and fixed the save and save as buttons

20 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: SaveCommand.java (+20 -10)
estradahammd 2016-12-07 16:30 Rev.: 1194

Fixed 100 warnings

4 lines of code changed in 4 files:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (-4), OpenImageFileCommand.java (+2 -12), OpenInstructionHistoryFileCommand.java (+2 -6), SaveCommand.java (-2)
estradahammd 2016-12-07 15:59 Rev.: 1187

Added java docs

43 lines of code changed in 4 files:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (+7), OpenImageFileCommand.java (+9 -1), OpenInstructionHistoryFileCommand.java (+16 -2), SaveCommand.java (+11)
estradahammd 2016-12-07 14:15 Rev.: 1157

Update to fix broken error

7 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+7 -3)
estradahammd 2016-12-07 14:13 Rev.: 1156

Fixed the abstraction

1 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+1 -3)
estradahammd 2016-12-07 14:11 Rev.: 1155

Fixed file loading

3 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+3 -3)
estradahammd 2016-12-07 13:28 Rev.: 1136

Abstraction

19 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: ExecuteCommand.java (new 19)
estradahammd 2016-12-07 13:28 Rev.: 1134

Abstracted some of the code

1 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+1 -2)
estradahammd 2016-12-06 12:08 Rev.: 1013

Fixed the null pointer exception in the open instruction command

2 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: OpenInstructionHistoryFileCommand.java (+2 -2)
estradahammd 2016-12-05 21:23 Rev.: 996

Fixed the command for the save file

3 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: SaveCommand.java (+3 -3)
estradahammd 2016-12-05 21:11 Rev.: 995

Fixed some elements of the save command

9 lines of code changed in 1 file:

  • src/slogo/GUIElements/commands: SaveCommand.java (+9 -3)
estradahammd 2016-12-05 20:39

Fixed the command

20 lines of code changed in 2 files:

  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (+1 -1), OpenInstructionHistoryFileCommand.java (+19 -16)
estradahammd 2016-12-05 19:17 Rev.: 984

Changed the organization of the GUI elements to make it easier to understand

166 lines of code changed in 3 files:

  • src/slogo/GUIElements/commands: OpenImageFileCommand.java (new 52), OpenInstructionHistoryFileCommand.java (new 64), SaveCommand.java (new 50)
Generated by StatSVN 0.7.0