mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-175726 Find in Files: make it possible to track when search has finished
GitOrigin-RevId: 5afa06ee19d5821ba68a5b5def97017947db62c2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
572f29bb66
commit
dd5ff89e56
+1
-1
@@ -66,7 +66,7 @@ class FindInFilesCommand(text: String, line: Int) : PlaybackCommandCoroutineAdap
|
||||
val findSpan = PerformanceTestSpan.TRACER.spanBuilder("$SEARCH_SPAN_NAME: $it").startSpan()
|
||||
val findMutex = Mutex(true)
|
||||
|
||||
findHelper.setStopHandler {
|
||||
findHelper.setFinishHandler { resultsCount ->
|
||||
findSpan.end()
|
||||
findHelper.closeUI()
|
||||
findMutex.unlock()
|
||||
|
||||
Reference in New Issue
Block a user