mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-CR-40376: FUS: extend a list of replaced actions
(cherry picked from commit 06895f3204c9b261b7eef4e6968d4324b19d6d27)
This commit is contained in:
committed by
Svetlana Zemlyanskaya
parent
5d5410626b
commit
9aa1df0d00
+3
@@ -31,6 +31,9 @@ public class ActionsCollectorImpl extends ActionsCollector implements Persistent
|
||||
static {
|
||||
ourPrefixesBlackList.put("RemoteTool_", "Remote External Tool");
|
||||
ourPrefixesBlackList.put("Tool_", "External Tool");
|
||||
ourPrefixesBlackList.put("Ant_", "Ant_");
|
||||
ourPrefixesBlackList.put("Maven_", "Maven_");
|
||||
ourPrefixesBlackList.put("ExternalSystem_", "ExternalSystem_");
|
||||
ourPrefixesBlackList.put("Macro.", "Invoke Macro");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user