Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.7.0.Release
-
Fix Version/s: 2.7.2.Release
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Description
I would expect that formatting this:
[[], [var1], [var1, var2]] def x
would lead to this:
[[], [var1], [var1, var2]] def x
but there is no change.
Please fix this problem. This is an annoying problem.
GRECLIPSE-1481seems to be a duplicate.