In EG, when you double click on a task (e.g., a Query Builder), you are provided a view with four tabs: Input Data, Code, Log, Output Data. The Input Data and Output Data tabs have dropdown menus if there are more than one datasets input/output by the task. Programs in the flow, however, leave out the Input Data tab and only show the last three. Often, when I am writing my programs I end up flipping back and forth between my input sets and the program, which without this tab can be annoying. I think adding this tab could be accomplished in one of two ways:
Show datasets which are linked to the program in question (using the Link [Dataset] To... context menu or by dragging an link arrow)
Scanning and parsing the program for datasets which are being referenced in the program.
... View more