PY-891 Ctrl + Shift +Enter doesn't move to next line in case of method definition

This commit is contained in:
alexey.ivanov
2010-04-28 22:03:55 +04:00
parent 9393ccdb2c
commit 87555a3ec1
8 changed files with 69 additions and 7 deletions
@@ -0,0 +1,2 @@
class Foo:
def __init__(self)<caret>
@@ -0,0 +1,3 @@
class Foo:
def __init__(self):
<caret>
@@ -1 +1,2 @@
while a:<caret>
while a:
<caret>