Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined Analysis View #20

Merged
merged 10 commits into from
Sep 26, 2017
Merged

Conversation

CarstenWickner
Copy link
Member

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).

@CarstenWickner CarstenWickner self-assigned this Sep 26, 2017
* impossible to split {@link Proposition} part after first of two items
*/
@Test
public void testSplitProposition_7() throws HmxException {
Copy link
Member Author

@CarstenWickner CarstenWickner Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tests the fix for an unrelated bug (#21) I found while testing the new features. :)

@CarstenWickner CarstenWickner merged commit b1155df into develop Sep 26, 2017
@CarstenWickner CarstenWickner deleted the issue#17_combined-analysis-view branch September 26, 2017 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant