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:
Proposition Labels
Proposition Indentations (and with them the ability to merge/split/indent propositions)
Clause Items (and with them the ability to merge/split/highlight clause items)
Relations (and with them the ability to create/rotate/alter relations)
Syntactical Translations
Semantical Translations
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).
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).