GrammarViz2 / grammarviz2_src

GrammarViz 2.0 public release:
http://grammarviz2.github.io/grammarviz2_site
GNU General Public License v2.0
120 stars 39 forks source link

There is no explicit buttons/menu items which user can use to save the result #6

Closed seninp closed 7 years ago

seninp commented 10 years ago

I've developed that code for one, but it is disconnected from GUI. Need to be fixed.

wangxingxx commented 10 years ago

Hi Pavel,

About issue #6, do you mean we need a button on the GUI to save result? What should be contained in that result?

Xing

seninp commented 10 years ago

There is a "Save chart" button on the GUI panel, but there is nothing else there to save the rule density curve, the grammar, and the anomalies. I will push a code change right now that has some preliminary panels and fields whose functionality needs to be implemented.

seninp commented 10 years ago

Here it is. If you go Settings -> Options -> Output, you'll see the fields. I think that we need to create an object named "GrammarVizSession" which will keep all the settings and then the model/view will read that object and act accordingly.

seninp commented 10 years ago

Xing, you can clone the tree, create a branch, work on the code, and then make a pull request - so we'll merge things together.