Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Quick Info with context when hovering over "else"
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

RonaldGerstmann
New Member

Germany
5 Posts

Posted - Oct 29 2014 :  06:31:50 AM  Show Profile  Reply with Quote
Overall I think, the new feature "quick info with context" is really great.

But I think it could be more helpful in cases when hovering over "else":
In my picture the mouse hovers over the "else" belonging to the third "if". It would be great to see some infos about this third "if" in the tooltip (as shown in the picture).



Best Regards
Ronald Gerstmann

sean
Whole Tomato Software

USA
2817 Posts

Posted - Nov 07 2014 :  12:06:10 PM  Show Profile  Reply with Quote
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000