mirror of
https://github.com/chylex/IntelliJ-Disable-Task-Contexts.git
synced 2024-11-25 16:42:55 +01:00
Compare commits
No commits in common. "3c3ef7f2d3620941c3f09fe43c66f5190aff5af3" and "3fedd10f710013ca2ba8ba830caebc2c9c78975d" have entirely different histories.
3c3ef7f2d3
...
3fedd10f71
@ -6,7 +6,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.chylex.intellij.disabletaskcontexts"
|
group = "com.chylex.intellij.disabletaskcontexts"
|
||||||
version = "1.0.1"
|
version = "1.0.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -6,8 +6,6 @@ import com.intellij.ide.plugins.IdeaPluginDescriptor
|
|||||||
|
|
||||||
class PluginLoadListener : DynamicPluginListener {
|
class PluginLoadListener : DynamicPluginListener {
|
||||||
override fun checkUnloadPlugin(pluginDescriptor: IdeaPluginDescriptor) {
|
override fun checkUnloadPlugin(pluginDescriptor: IdeaPluginDescriptor) {
|
||||||
if (pluginDescriptor.pluginId.idString == "com.chylex.intellij.disabletaskcontexts.DisableTaskContexts") {
|
throw CannotUnloadPluginException("A restart is required to unload Disable Task Contexts plugin.")
|
||||||
throw CannotUnloadPluginException("A restart is required to unload Disable Task Contexts plugin.")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,12 +8,6 @@
|
|||||||
This plugin works by unregistering everything that saves workspace context. It does not change any settings related to context tracking or workspace restoration.
|
This plugin works by unregistering everything that saves workspace context. It does not change any settings related to context tracking or workspace restoration.
|
||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
|
||||||
<ul>
|
|
||||||
<li>Fixed breaking IntelliJ's dynamic plugin unloading.</li>
|
|
||||||
</ul>
|
|
||||||
]]></change-notes>
|
|
||||||
|
|
||||||
<depends>com.intellij.modules.platform</depends>
|
<depends>com.intellij.modules.platform</depends>
|
||||||
|
|
||||||
<applicationListeners>
|
<applicationListeners>
|
||||||
|
Loading…
Reference in New Issue
Block a user