mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-200573 ui: adding "reset Defender" action to _Help | Diagnostic Tools_ group
GitOrigin-RevId: 6f7648d913bd99e15e75372ea4b5179a793acf47
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a8b46abe0c
commit
44c7692ea0
@@ -2871,7 +2871,8 @@ action.ActivateHierarchyToolWindow.text=Hierarchy
|
||||
group.RunContextGroupMore.text=More Run/Debug
|
||||
group.RevealGroup.text=Open In
|
||||
group.OpenInBrowserGroup.RevealInPopup.text=Browser
|
||||
action.ResetWindowsDefenderNotification.text=Reset Microsoft Defender Notification
|
||||
action.ResetWindowsDefenderNotification.text=Restart Microsoft Defender Notification
|
||||
action.ResetWindowsDefenderNotification.description=Re-run Microsoft Defender status checks and show the notification again for the current project
|
||||
action.FindSelectionInPath.text=Find in Files
|
||||
|
||||
group.Internal.Trust.text=Source Security
|
||||
@@ -3024,4 +3025,4 @@ action.DevKit.Bootstrap.synonym=Install Plugin DevKit
|
||||
group.MarkContentRootGroup.text=Mark Directory As Content Root
|
||||
|
||||
action.DumpCodeStyleCache.text=Dump Code Style Cache
|
||||
action.DumpCodeStyleCache.description=Dumps the current state of the code style cache
|
||||
action.DumpCodeStyleCache.description=Dumps the current state of the code style cache
|
||||
|
||||
@@ -946,6 +946,7 @@
|
||||
<action id="BrowseSpecialPaths" class="com.intellij.diagnostic.specialPaths.BrowseSpecialPathsAction"/>
|
||||
<action id="CollectTroubleshootingInformation" class="com.intellij.troubleshooting.ui.CollectTroubleshootingInformationAction"
|
||||
internal="true"/>
|
||||
<action class="com.intellij.diagnostic.ResetWindowsDefenderNotification" id="ResetWindowsDefenderNotification"/>
|
||||
</group>
|
||||
|
||||
<action id="performancePlugin.ShowMemoryDialogAction" class="com.intellij.diagnostic.ShowMemoryDialogAction"/>
|
||||
@@ -1753,8 +1754,6 @@
|
||||
<action id="ActivateMeetNewUIToolWindow" class="com.intellij.ide.ui.experimental.meetNewUi.ActivateMeetNewUIToolWindowAction"/>
|
||||
</group>
|
||||
|
||||
<action class="com.intellij.diagnostic.ResetWindowsDefenderNotification" id="ResetWindowsDefenderNotification"/>
|
||||
|
||||
<group id="UpdateEntryPointGroup"/>
|
||||
<group id="SettingsEntryPointGroup" class="com.intellij.ide.actions.SettingsEntryPointGroup">
|
||||
<reference ref="RunAnything"/>
|
||||
|
||||
Reference in New Issue
Block a user