mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[plugins, remote-dev] IJPL-227690 Add logging for plugin actions and compatibility
GitOrigin-RevId: 097539e47bed65ea8c36e4658273568d6c18a3be
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0c508d3d7c
commit
b4bc3754d1
@@ -299,4 +299,10 @@ fun PluginSource?.addSource(pluginSource: PluginSource?): PluginSource? {
|
||||
else {
|
||||
return PluginSource.BOTH
|
||||
}
|
||||
}
|
||||
|
||||
@ApiStatus.Internal
|
||||
fun PluginSource?.includes(pluginSource: PluginSource?): Boolean {
|
||||
if (this == null || pluginSource == null) return false
|
||||
return this == pluginSource || this == PluginSource.BOTH
|
||||
}
|
||||
Reference in New Issue
Block a user