sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01435
[Bug 712862] Re: [request] IDE: Add auto-indentation for Python statements
Just tried it ::-)))
Really great improvement - will be a fine help especially for newbees,
who most often fight with indentation/dedentation in the beginning.
Standing here and clapping hands :-)
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/712862
Title:
[request] IDE: Add auto-indentation for Python statements
Status in Sikuli:
Fix Committed
Bug description:
***** added to IDE feature requests summary bug 705775
------------------------------------------------------
The Sikuli IDE should automatically change indentation when pressing Enter after certain Python statements:
- increase indentation after while, for, if, else, try, except, def, class
- decrease indentation after break, return, pass
(details to be determined).
References