PoliUniLu / cora

This repository contains all files for the CORA software package.
GNU General Public License v3.0
5 stars 2 forks source link

Dropdown menu for visualization #20

Closed AlrikThiem closed 1 year ago

AlrikThiem commented 1 year ago

Currently, users have to manually paste the function (one output) or system of functions (multiple outputs) that they would like to visualize as a logigram from the output of the Compute Solution section into the input box of the Draw Logic Diagram section. It may be more convenient if we had a dropdown menu placed above or next to the input box that would list "M1" to "M10" (one output), "S1" to "S10" (multiple outputs), respectively. When clicked in this menu, the respective function or system would be automatically pasted into the input box. However, the input should remain editable by the user. Through automatic pasting, errors from manually copying and pasting could be avoided (like missing a line, or missing chunks from the beginning or end of the text to be copied).