Skip to content

Commit

Permalink
oops, missed a dialogCaption, also IntelliJ updates mean no longer co…
Browse files Browse the repository at this point in the history
…mpatible with 183
  • Loading branch information
slackersoft committed Jan 20, 2022
1 parent 3a9cf62 commit ecd84b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class JasmineConfigurationEditor(private var project: Project) : SettingsEditor<

private fun createJasmineOptionsField(): RawCommandLineEditor {
val editor = RawCommandLineEditor()
editor.dialogCaption = "Extra Jasmine Options"
val field = editor.textField
if (field is ExpandableTextField) {
field.putClientProperty("monospaced", false)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="183"/>
<idea-version since-build="191"/>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down

0 comments on commit ecd84b2

Please sign in to comment.