mirror of
https://github.com/chylex/IntelliJ-Pin-Undocked-Tool-Windows.git
synced 2025-05-12 09:34:04 +02:00
Release 1.0.0
This commit is contained in:
parent
64e5f63304
commit
8c4d47fab8
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.pinundockedtoolwindows"
|
||||
version = "0.0.1"
|
||||
version = "1.0.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -7,6 +7,14 @@
|
||||
Forces tool windows in "Undock" mode to stay visible when something tries to steal focus.
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<b>Version 1.0.0</b>
|
||||
<ul>
|
||||
<li>Prevents "Undock" tool windows from hiding when focus changes.</li>
|
||||
<li>Attempts to allow hiding "Undock" tool windows when the focus change was caused by clicking a button.</li>
|
||||
</ul>
|
||||
]]></change-notes>
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
Loading…
Reference in New Issue
Block a user