problem with python files

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
gwgs
Posts: 87
Joined: Tue Nov 21, 2006 6:30 pm
Location: Auckland

problem with python files

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

This bug will be fixed in the next Zeus patch ;)

Cheers Jussi
Post Reply