Page 1 of 1

problem with python files

Posted: Wed May 28, 2008 9:49 pm
by gwgs
when entering text into a python program, when you press enter on a line ending with a : you get a blank line between where you pressed enter and where the cursor is positioned. I worked out it's something to do with the auto-indent routines.

eg
if x>2:

cursor placed here

should be ....
if x>2:
cursor placed here


thanks

Grant Smith

Posted: Thu May 29, 2008 12:57 am
by jussij
This bug will be fixed in the next Zeus patch ;)

Cheers Jussi