ConvertToForEachFunctionCallIntention - smaller availability range + code refactoring

This commit is contained in:
Valentin Kipyatkov
2015-04-15 16:36:10 +03:00
parent c2335790b5
commit fc8b046694
2 changed files with 21 additions and 39 deletions
@@ -333,8 +333,6 @@ invert.if.condition=Invert If Condition
invert.if.condition.family=Invert If Condition
convert.to.for.each.loop.intention=Replace with a for each loop
convert.to.for.each.loop.intention.family=Replace with a For Each Loop
convert.to.for.each.function.call.intention=Replace with a forEach function call
convert.to.for.each.function.call.intention.family=Replace with a forEach Function Call
convert.to.string.template=Convert concatenation to template
convert.to.string.template.family=Convert Concatenation to Template