Comment 0 for bug 712862

Revision history for this message
Edu (karlmicha) wrote : Add auto-indentation for Python statements

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).