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

Interface for registering and executing editor actions #116

Closed
ricardomatias opened this issue Oct 15, 2015 · 0 comments
Closed

Interface for registering and executing editor actions #116

ricardomatias opened this issue Oct 15, 2015 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ricardomatias
Copy link
Contributor

New interface:

  • Each action should have an id
  • Should trigger the action
  • Possible to add new actions by registering them

Keyboard:

  • Has a mapping of key events to action ids
    *
@ricardomatias ricardomatias added enhancement New feature or request ready Ready to be worked on labels Oct 15, 2015
@ricardomatias ricardomatias self-assigned this Oct 15, 2015
@ricardomatias ricardomatias added in progress Currently worked on and removed ready Ready to be worked on labels Oct 16, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
ricardomatias added a commit to bpmn-io/bpmn-js that referenced this issue Oct 19, 2015
@ricardomatias ricardomatias added needs review Review pending and removed in progress Currently worked on labels Oct 19, 2015
@ricardomatias ricardomatias assigned nikku and unassigned ricardomatias Oct 19, 2015
@ricardomatias ricardomatias added in progress Currently worked on and removed needs review Review pending labels Oct 19, 2015
@ricardomatias ricardomatias assigned ricardomatias and unassigned nikku Oct 19, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
ricardomatias added a commit to bpmn-io/bpmn-js that referenced this issue Oct 19, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
@ricardomatias ricardomatias added needs review Review pending and removed in progress Currently worked on labels Oct 19, 2015
@ricardomatias ricardomatias assigned nikku and unassigned ricardomatias Oct 19, 2015
@ricardomatias ricardomatias added in progress Currently worked on and removed needs review Review pending labels Oct 19, 2015
@ricardomatias ricardomatias assigned ricardomatias and unassigned nikku Oct 19, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
@ricardomatias ricardomatias added needs review Review pending and removed in progress Currently worked on labels Oct 19, 2015
@ricardomatias ricardomatias removed their assignment Oct 19, 2015
@ricardomatias ricardomatias added in progress Currently worked on and removed needs review Review pending labels Oct 19, 2015
@ricardomatias ricardomatias assigned ricardomatias and unassigned nikku Oct 19, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
ricardomatias added a commit to bpmn-io/bpmn-js that referenced this issue Oct 19, 2015
@ricardomatias ricardomatias added needs review Review pending and removed in progress Currently worked on labels Oct 19, 2015
@ricardomatias ricardomatias assigned nikku and unassigned ricardomatias Oct 19, 2015
ricardomatias added a commit to bpmn-io/bpmn-js that referenced this issue Oct 19, 2015
ricardomatias added a commit that referenced this issue Oct 19, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
ricardomatias added a commit that referenced this issue Oct 20, 2015
An interface that provides access to modeling actions by decoupling
the one who requests the action to be triggered and the trigger itself.

Closes #116
@ricardomatias ricardomatias removed the needs review Review pending label Oct 20, 2015
ricardomatias added a commit to bpmn-io/bpmn-js that referenced this issue Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants