You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by kemitix <gi...@git.apache.org> on 2018/08/27 14:21:33 UTC

[GitHub] brooklyn-ui pull request #65: Blueprint composer deletes entities with backs...

GitHub user kemitix opened a pull request:

    https://github.com/apache/brooklyn-ui/pull/65

    Blueprint composer deletes entities with backspace/delete key

    As a blueprint author
    I want to be able to delete entities present on the graphic view of the Blueprint Composer by hitting the backspace/delete key on my keyboard
    So that I can write blueprints faster (especially as a user who prefers keyboards to mice).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kemitix/brooklyn-ui blueprint-composer-delete-entity-with-keypress-159100260

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-ui/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit b5d0ed9fa74a753797aa725fe221a6b241ea5e5a
Author: Paul Campbell <pa...@...>
Date:   2018-08-27T12:04:18Z

    Detect delete/backspace key in blueprint-composer

commit 86c9dd34439f3383c9a405d4a97e7767e2b96726
Author: Paul Campbell <pa...@...>
Date:   2018-08-27T14:11:18Z

    Remove Entity from graph when delete/backspace pressed

commit e2611393232d9d2293725adb233c621a47f16490
Author: Paul Campbell <pa...@...>
Date:   2018-08-27T14:13:29Z

    Polish

----


---

[GitHub] brooklyn-ui pull request #65: Blueprint composer deletes entities with backs...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-ui/pull/65


---