brownplt / ZZZ-captain-teach

Set sail for Learning Island! Deprecated and no longer maintained
5 stars 1 forks source link

Nested if blocks not indenting correctly #28

Closed fgoodman closed 10 years ago

fgoodman commented 10 years ago

A student reported nested if blocks not indenting correctly, and I was able to verify the issue. Typing the following lines results in the appeared indentation:

if true:
  true
else:
  if true:
  true # this line doesn't automatically indent.

If an 'end' is added after the last line, it won't have any indentation at all.

jpolitz commented 10 years ago

Fixed by https://github.com/jpolitz/CodeMirror/commit/d120a033437aa357149a04cf8e8633498888571e