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

Initial Draft of Message Direct Editor #18

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 24, 2018

  1. Issue #16: Initial draft of Message Direct Editor

    Request messages:
    - operation and signal signatures
    - arguments with and without names
    - primitive argument values (no expressions)
    - wildcard arguments
    
    Reply messages:
    - wildcard output parameter assignments
    - unassigned output parameters with primitive values
    - assigned output parameters with primitive values
    - assigned operation return result, wildcard or with value
    - unassigned operation return result
    
    Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
    cdamus committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    7e9b520 View commit details
    Browse the repository at this point in the history
  2. Issue #16: Direct message editor unit tests

    Unit tests for some basic components:
    - MessageParser for display of messages in the diagram
    - utilities supporting the Xtext direct editor
    cdamus committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    4626552 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Issue #16: Isolation of compatibility code

    As the Xtext direct editor is still being developed on the
    Papyrus Sequence Diagram, isolate dependencies of
    the direct editor and label parser on visual IDs in a
    dedicated quarantine.
    cdamus committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    95c00b6 View commit details
    Browse the repository at this point in the history
  2. Issue #16: Qualified assignment targets

    Implement qualification of references to lifeline
    attributes assigned in reply messages.
    cdamus committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    de82059 View commit details
    Browse the repository at this point in the history