Smaller availability range for RemoveBracesIntention + refactored it and AddBracesIntention

This commit is contained in:
Valentin Kipyatkov
2015-04-14 17:59:52 +03:00
parent dc6c6f13d5
commit 1268684ced
14 changed files with 92 additions and 117 deletions
@@ -315,10 +315,6 @@ move.lambda.outside.parentheses=Move lambda expression out of parentheses
move.lambda.outside.parentheses.family=Move Lambda Expression out of Parentheses
replace.it.with.explicit.function.literal.param=Replace 'it' with explicit parameter
replace.it.with.explicit.function.literal.param.family=Replace 'it' with Explicit Parameter
remove.braces=Remove braces
remove.braces.family=Remove Braces
add.braces=Add braces
add.braces.family=Add Braces
convert.negated.boolean.sequence=Replace negated sequence with DeMorgan equivalent
convert.negated.boolean.sequence.family=Replace Negated Sequence with DeMorgan Equivalent
convert.negated.expression.with.demorgans.law=DeMorgan Law