sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #01427
[Bug 712862] Re: [request] IDE: Add auto-indentation for Python statements
merged to lp:sikuli at ver 631.
Thank Karl-Michael Schneider's implementation.
** Changed in: sikuli
Status: In Progress => Fix Committed
** Changed in: sikuli
Milestone: None => x1.0
--
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