Cannot copy comments

Issue #36 resolved
Ryan Watson created an issue

no capability to copy comments

Comments (6)

  1. Jürgen Moßgraber

    To be more precise: You can not copy or delete comments if only one or more comments are selected. If the selection includes other blocks both commands are enabled.

    Change type to "Bug".

  2. Poindexter Frink

    This fix requires a change to the BinaryPacker, which may introduce patch format incompatibilities.

    This bug may be corrected in a future release with other patch format compatibility changes.

  3. Jürgen Moßgraber

    I do not understand that comment. That would imply that you can have only 1 comment in your patch?! Furthermore, why can I copy it when I select it with another block and what's the difference to creating a new one? If you are right, might this somehow be the related to #60?

  4. Poindexter Frink
    • changed status to open

    Actually, I was mistaken. The bug is not in the packer.

    The bug is that QGraphicsScene::selectedItems() returns 0 entries when only a comment is selected. When a comment and 1 block is selected, it returns 2 items.

    Will continue to investigate.

  5. Log in to comment