sean
Whole Tomato Software
USA
2817 Posts |
Posted - Nov 07 2014 : 12:06:10 PM
|
One of the problems with the more helpful form is when there isn't just an if before the else:
if (2) ; else if (3) ; else if (4) ; else if (5) ; else ;
When hovering over the else, should the tooltip show: - only the else (current behavior) - the if and the else (skipping the else ifs) - all of the siblings (the if and all the else ifs and the else)
Similar issue with hovering over one of the intermediate else ifs.
We do have an open feature request to consider different behavior of else/else if: case=85197
|
|
|