mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix editor scrolling on completing, no smart undo for choosing variants by enter
This commit is contained in:
@@ -851,15 +851,6 @@ class LiveComplete {
|
||||
assert myFixture.editor.document.text.contains('ArrStoExce.')
|
||||
}
|
||||
|
||||
public void testEnterSelectionUndo() {
|
||||
myFixture.configureByText "a.java", "class Foo {{ <caret> }}"
|
||||
def editor = openEditorForUndo();
|
||||
type('ArrStoExce\n')
|
||||
|
||||
edt { UndoManager.getInstance(project).undo(editor) }
|
||||
assert myFixture.editor.document.text.contains('ArrStoExce\n')
|
||||
}
|
||||
|
||||
public void testTabSelectionUndo() {
|
||||
myFixture.configureByText "a.java", "class Foo {{ <caret>x }}"
|
||||
def editor = openEditorForUndo();
|
||||
|
||||
Reference in New Issue
Block a user