On 11/04/2012, at 21.34, K.-Michael Aye wrote:
When using the hotkey for ending the line with a : and going to next line, e.g. when defining a function, most of the time the colon is being placed several characters away from the closing parameter parentheses like so:
def func(params) :
By typing the above (in Python mode) and using ⇧⌘↩ I am unable to reproduce.