We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59a7f commit ad5d359Copy full SHA for ad5d359
src/rider/main/kotlin/ru/ellizio/odatacliui/dialogs/CliDialog.kt
@@ -65,9 +65,6 @@ class CliDialog(private val model: CliDialogModel) : BaseDialog(false) {
65
.validationOnApply(CliDialogValidators.serviceNameValidator())
66
}
67
row(UiBundle.text("cli.metadata-source.row")) {
68
- @Suppress("MissingRecentApi")
69
- // Available since 243.15521.24
70
- // Rider 2024.3 has version 243.21565.191
71
textFieldWithBrowseButton(fileChooserDescriptor = FileChooserDescriptorFactory.createSingleFileDescriptor("xml"))
72
.align(AlignX.FILL)
73
.comment(UiBundle.text("cli.metadata-source.comment"), Int.MAX_VALUE)
0 commit comments