Skip to content

Commit

Permalink
支持2024.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonoas committed Oct 7, 2024
1 parent 9aea3e5 commit 4946bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

group 'indi.bookmarkx'

version '2.0.1'
version '2.0.2'

repositories {
mavenLocal()
Expand All @@ -28,8 +28,8 @@ intellij {

patchPluginXml {
sinceBuild = '210.0'
untilBuild = "233.*"
changeNotes = "1. 修复已知的 BUG<br> 2. 添加书签导航目标消失后的图标变化"
untilBuild = "242.*"
changeNotes = "1. 支持到2024.2.*版本"
}

tasks.named('initializeIntelliJPlugin') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/indi/bookmarkx/RootWindowFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void createToolWindowContent(@NotNull Project project, ToolWindow toolWin

initManager(project, panel);

ContentFactory contentFactory = ContentFactory.getInstance();
ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
Content regularRetention = contentFactory.createContent(panel, null, false);

toolWindow.getContentManager().addContent(regularRetention);
Expand Down

0 comments on commit 4946bba

Please sign in to comment.