Deleting Statements from the Message View

Issue #201 resolved
Calem Bendell created an issue

Statement deletion from the message view doesn't seem to be supported yet.

Making an issue to track that :-)

Comments (6)

  1. Matthias Schoettle

    References issue #201: Added the ability to delete an execution statement using tap-and-hold and selecting the delete option from the menu. Generally, the controller can remove any kind of InteractionFragment.

    → <<cset 494d670cfd54>>

  2. Matthias Schoettle

    References issue #201: Changed ExecutionStatementHandler to InteractionFragmentHandler to be able to use it for the combined fragment as well.

    → <<cset 72e1a6a1cb34>>

  3. Matthias Schoettle

    References issue #201: Added removal of messages when removing a combined fragment. This is necessary, because the events are removed, however, the messages are not part of the combined fragment (contained in the interaction).

    → <<cset efe9a69c0392>>

  4. Matthias Schoettle

    References issue #201: Separated handlers for execution statement and combined fragment, because in general they deal with different things (ValueSpecification vs. TextHandler).

    → <<cset 0ce16190a62d>>

  5. Log in to comment