mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
smart indent on paste for Python (PY-208)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
def bar():
|
||||
x = 1
|
||||
y = 2
|
||||
@@ -0,0 +1,2 @@
|
||||
def bar():
|
||||
<caret>
|
||||
@@ -0,0 +1,4 @@
|
||||
class C:
|
||||
def foo(self):
|
||||
<selection> x = 1
|
||||
y = 2</selection>
|
||||
@@ -0,0 +1,3 @@
|
||||
def bar():
|
||||
x = 1
|
||||
y = 2
|
||||
@@ -0,0 +1,2 @@
|
||||
def bar():
|
||||
<caret>
|
||||
@@ -0,0 +1,4 @@
|
||||
class C:
|
||||
def foo(self):
|
||||
<selection>x = 1
|
||||
y = 2</selection>
|
||||
Reference in New Issue
Block a user