TeachingKidsProgramming/TeachingKidsProgramming.Source.Java

No longer using custom For Loop Template

Closed this issue · 1 comments

Must fix all recipes to start with 0 and to use standard Java 'for loop' template
Also must fix all answers And must fix Penflip instructions

Reason for change:

  1. Teaching standard Java intellisense
  2. Penflip does not support custom code snippets

For reference this is the previous template file code and a screenshot of the Eclipse Luna documentation for creating/editing custom templates:

//do an action many times
for (int ${index} = 1; ${index} <= ${stop}; ${index}++) { }

screen shot 2015-04-12 at 8 16 54 pm

this should be done - all answer files fixed - need to update Penflip