← Back to team overview

sikuli-driver team mailing list archive

[Bug 712862] [NEW] Add auto-indentation for Python statements

 

Public bug reported:

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

** Affects: sikuli
     Importance: Undecided
     Assignee: Edu (karlmicha)
         Status: In Progress


** Tags: ide improvement

** Changed in: sikuli
     Assignee: (unassigned) => Edu (karlmicha)

** Changed in: sikuli
       Status: New => In Progress

-- 
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:
  Add auto-indentation for Python statements

Status in Sikuli:
  In Progress

Bug description:
  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).





Follow ups

References