thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

auto indent failed for "print" #336

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

when writing codes as below
if a > 0:
    print "test"  ///=> if hit "enter" here, the cursor will start from 
column 0 but not auto indent to align the "print" sentence

Original issue reported on code.google.com by ckq...@gmail.com on 11 Sep 2009 at 2:19

GoogleCodeExporter commented 9 years ago
Do you have Auto Indent checked in Editor options?  Works here as expected with 
the latest version of PyScripter.

Original comment by pyscripter on 13 Aug 2010 at 12:01