From 446e57fc5730633b0484135dbe856d904da0edf7 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 18 Jul 2012 11:44:19 +0200 Subject: [PATCH] IDEA-88977 Use "Extract" instead of "Introduce" in refactoring names --- resources-en/src/tips/IntroduceVariableIncompleteCode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources-en/src/tips/IntroduceVariableIncompleteCode.html b/resources-en/src/tips/IntroduceVariableIncompleteCode.html index 9101cf6994b3..470358a1864b 100644 --- a/resources-en/src/tips/IntroduceVariableIncompleteCode.html +++ b/resources-en/src/tips/IntroduceVariableIncompleteCode.html @@ -6,7 +6,7 @@

- You can use the Introduce Variable + You can use the Extract Variable refactoring even on incomplete statements. Just select the necessary block in the editor and press &shortcut:IntroduceVariable;.