Skip to content

Commit 4ea1ee4

Browse files
committed
todo: file table fast search
1 parent 89e16bc commit 4ea1ee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/kotlin/net/allape/xftp/component/FileTable.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ class FileTableModel(
143143

144144
}
145145

146+
// TODO add fast search
147+
// com.intellij.ui.SpeedSearchBase
148+
// com.intellij.ui.FilteringTree
149+
146150
class FileTable: JBTable(FileTableModel()) {
147151

148152
companion object {

0 commit comments

Comments
 (0)