Skip to content

Commit

Permalink
feat(gui): add canCloseContents attribute to toolwindow configuration…
Browse files Browse the repository at this point in the history
… files

This commit introduces the `canCloseContents` attribute to the toolwindow configuration files, allowing users to close the toolwindow contents more easily. This change was made to improve the user experience and provide more flexibility in managing the toolwindow content.
  • Loading branch information
phodal committed Mar 9, 2024
1 parent d360989 commit 85103d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/222/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
doNotActivateOnStart="true"
anchor="right"
secondary="false"
canCloseContents="true"
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
factoryClass="cc.unitmesh.devti.gui.AutoDevToolWindowFactory"/>

Expand Down
1 change: 1 addition & 0 deletions src/233/main/resources/META-INF/autodev-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
doNotActivateOnStart="true"
anchor="right"
secondary="false"
canCloseContents="true"
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
factoryClass="cc.unitmesh.devti.gui.AutoDevToolWindowFactory"/>

Expand Down

0 comments on commit 85103d8

Please sign in to comment.