mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
logic for indenting after pasting does not based on copying now
PY-6884, PY-6965, PY-6966, PY-6907
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public abstract class CopyPasteReferenceProcessor<TRef extends PsiElement> imple
|
||||
public void processTransferableData(final Project project,
|
||||
final Editor editor,
|
||||
final RangeMarker bounds,
|
||||
int caretColumn,
|
||||
int caretOffset,
|
||||
Ref<Boolean> indented, final ReferenceTransferableData value) {
|
||||
if (DumbService.getInstance(project).isDumb()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user