mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Extract an interface for search sessions (a facade for actions)
This commit is contained in:
@@ -148,11 +148,11 @@ public class FindInEditorMultiCaretTest extends LightPlatformCodeInsightFixtureT
|
||||
}
|
||||
|
||||
private void nextOccurrence() {
|
||||
executeHeaderAction(EditorSearchSession.createNextOccurrenceAction());
|
||||
executeHeaderAction(new NextOccurrenceAction());
|
||||
}
|
||||
|
||||
private void prevOccurrence() {
|
||||
executeHeaderAction(EditorSearchSession.createPrevOccurrenceAction());
|
||||
executeHeaderAction(new PrevOccurrenceAction());
|
||||
}
|
||||
|
||||
private void addOccurrence() {
|
||||
|
||||
Reference in New Issue
Block a user