mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
Update remaining usages of TreeSpeedSearch
GitOrigin-RevId: 87636623fa98b57d1c90425537ed1be10cfac883
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a07de5ad91
commit
350d635ff3
@@ -41,7 +41,7 @@ class RegExpSampleTree(val doubleClickConsumer: (RegExpSample) -> Unit) {
|
||||
isEditable = false
|
||||
selectionModel.selectionMode = TreeSelectionModel.SINGLE_TREE_SELECTION
|
||||
|
||||
val speedSearch = TreeSpeedSearch(
|
||||
val speedSearch = TreeSpeedSearch.installOn(
|
||||
this,
|
||||
false,
|
||||
Function { treePath: TreePath ->
|
||||
|
||||
Reference in New Issue
Block a user