New J2K: add conversion progress bar

Relates to #KT-31812
This commit is contained in:
Ilya Kirillov
2019-06-05 17:18:34 +03:00
parent f51e28ea68
commit 1a9deed5d8
17 changed files with 277 additions and 79 deletions
@@ -257,7 +257,8 @@ class KotlinCodeFragmentFactory : CodeFragmentFactory() {
.run(
convertedFragment!!,
conversionContext,
range = null
range = null,
onPhaseChanged = null
)
}
} catch (e: Throwable) {