CaGe-graph / CaGe

The Chemical and abstract Graph environment
9 stars 2 forks source link

Rework system of saving embeddings #33

Open nvcleemp opened 9 years ago

nvcleemp commented 9 years ago

While fixing #28, I noticed that there are some improvements possible for the way in which we allow a user to save embeddings.

Old way A users clicks one of the buttons (2D, 3D, folding net). Then a window pops up so the user can choose a format and a file name. After pressing OK the button is disabled, and when the user goes to another graph and he pushes the same button again, he gets no new window, but the graph is automatically append to the file he selected earlier.

Pro

Contra

New way A users clicks one of the buttons (2D, 3D, folding net). Then a window pops up so the user can choose a format and a file name. After pressing OK, the graph is output and the writer is closed.

Pro

Contra

How it should be