scientific-tool-set / scitos

SciToS - the Scientific Tool Set
Other
9 stars 1 forks source link

Combined Analysis View #20

Closed CarstenWickner closed 7 years ago

CarstenWickner commented 7 years ago

The changes included here are implementing the single/combined analysis view as described in issue #17 instead of the two completely separate analysis views. The new combined view offers a few separate view toggles (via the "View" menu) to show/hide multiple parts of the analysis:

Additionally, the "Go to ... Analysis" buttons on the left/right have been removed and replaced by "View: Syntactical Analysis" and "View: Semantical Analysis" buttons in the tool bar at the top, which are only presets of the above view toggles matching the previous two views. A third "View: All Details" button enables all view toggles at once.

This implicitely also implements request #16 for being able to see both syntactical and semantical translations at once.


The SVG export was specifically excluded here, as that will be even harder to achieve (due to the numerous calculations made there).