Skip to content

Commit

Permalink
fix(popup): Fix refactor popup table
Browse files Browse the repository at this point in the history
  • Loading branch information
varrcan committed May 1, 2024
1 parent 031d054 commit 330a058
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "varme.pw"
version = "1.1.8"
version = "1.1.9"

sourceCompatibility = 17

Expand All @@ -14,12 +14,18 @@ repositories {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = "2022.2.4"
version = "2022.3.3"
updateSinceUntilBuild = false
}

buildSearchableOptions.enabled = false

patchPluginXml {
changeNotes = """
<h3>v1.1.9</h3>
<ul>
<li>Fix refactor popup table</li>
</ul>
<h3>v1.1.8</h3>
<ul>
<li>Compatibility with IU-241.*</li>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/oceanic_dark.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@
"Table": {
"alternativeRowBackground": "cs",
"background": "bg",
"cellNoFocusBorder": "10,5,10,5",
"disabledForeground": "dis",
"dropLineColor": "accent",
"dropLineShortColor": "accent",
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 @@ -20,7 +20,7 @@
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
on how to target different products -->
<depends>com.intellij.modules.platform</depends>
<idea-version since-build="203.*" until-build="241.*"/>
<idea-version since-build="223"/>

<extensions defaultExtensionNs="com.intellij">
<themeProvider id="826759b5-3737-4109-9da3-c134c6a8e515" path="/META-INF/oceanic_dark.theme.json"/>
Expand Down

0 comments on commit 330a058

Please sign in to comment.