
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
It would be good if it were possible to define rules about how parenthesis are to be used in expressions. In some code I would like brackets to be added, e.g. a + b * c would become a + (b * c). And in other case I would like them removed, e.g. (a + (b * c)) becomes a + (b * c).
|
|
Description
|
It would be good if it were possible to define rules about how parenthesis are to be used in expressions. In some code I would like brackets to be added, e.g. a + b * c would become a + (b * c). And in other case I would like them removed, e.g. (a + (b * c)) becomes a + (b * c). |
Show » |
| There are no comments yet on this issue.
|
|