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

Allow Anchor for custom actions #11

Closed
wants to merge 1 commit into from
Closed

Allow Anchor for custom actions #11

wants to merge 1 commit into from

Conversation

coolya
Copy link
Contributor

@coolya coolya commented Mar 12, 2015

Adds an additional method to the BaseApplicationPlugin that allows
to specify an anchor when adding actions to a existing group.
This can be used in custom generators for actions to to actions at a
specific position in an existing group. It should not break any
existing implementations because the default behavior is preserved for
existing callers.

There is a second patch to this which will extend the actions language
to make direct use of this functionality which I will sent later. Since
it is a bigger change to the language I will sent a second pull request.

Adds an additional method to the BaseApplicationPlugin that allows
to specify an anchor when adding actions to a existing group.
This can be used in custom generators for actions to to actions at a
specific position in an existing group. It should not break any
existing implementations because the default behavior is preserved for
existing callers.

There is a second patch to this which will extend the actions language
to make direct use of this functionality which I will sent later. Since
it is a bigger change to the language I will sent a second pull request.
@ashatalin ashatalin closed this Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants