IDEA-CR-40376: FUS: extend a list of replaced actions

(cherry picked from commit 06895f3204c9b261b7eef4e6968d4324b19d6d27)
This commit is contained in:
Svetlana.Zemlyanskaya
2018-12-03 13:54:12 +03:00
committed by Svetlana Zemlyanskaya
parent 5d5410626b
commit 9aa1df0d00
@@ -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");
}