Bug 539013 - It would be nice to have an else in the if construct
Summary: It would be nice to have an else in the if construct
Status: NEW
Alias: None
Product: EEF
Classification: Modeling
Component: Core (show other bugs)
Version: 2.1.0   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-13 04:52 EDT by Yvan Lussaud CLA
Modified: 2018-09-13 04:52 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yvan Lussaud CLA 2018-09-13 04:52:21 EDT
When conditions in many if constructs overlaps all widgets are displayed, which is fine. But in some case you need to display only one of them. At the moment you need to add and negate previous if conditions in following overlapping if condition. It can be tedious and error prone.
A better way would be to have an else in the if like in most programing languages.