From 52cfec5bc148828c5491184bfad4dbd9b9a05a93 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 13 Jun 2017 19:45:39 +0200 Subject: [PATCH] Add actions for toggling type hints to list of irrelevant actions They are available in many tests and only starting with the 172 branch, so we ignore them to reduce clutter and branch divergence. --- .../kotlin/idea/test/DirectiveBasedActionUtils.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt index 55c83610956..12f50447807 100644 --- a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt +++ b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt @@ -76,6 +76,11 @@ object DirectiveBasedActionUtils { "Suppress all ", "Edit cleanup profile settings", "Fix all '", - "Cleanup code" + "Cleanup code", + "Show local variable type hints", + "Show function return type hints", + "Show property type hints", + "Show parameter type hints", + "Show argument name hints" ) }