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

Macro engine #2115

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Macro engine #2115

wants to merge 25 commits into from

Conversation

victorvila92
Copy link

As a students of an Open Source projects course from University Pompeu Fabra (Barcelona), we have implemented a first version of a system that allows to record, edit and execute macros. We define a macro as a set of user actions that are stored to be easily executed at any time with a single click.

We've created a new menu in tool section that allows a user to:

  • See the list of the stored macros
  • Edit a macro's name
  • Delete a macro
  • Execute a single macro

The engine is currently working for actions in Appearance, Layout and Filters modules.

@jbliesener
Copy link
Contributor

+1, I like the idea of tracing filters, layouts and appearance actions. This macro engine is a step towards a full execution history, which would allow undos as well.

@victorvila92
Copy link
Author

+1, I like the idea of tracing filters, layouts and appearance actions. This macro engine is a step towards a full execution history, which would allow undos as well.

Thx @jbliesener , we appreaciate your feedback

@eduramiba
Copy link
Member

Thanks for the request, we will evaluate it.

@eduramiba eduramiba self-assigned this Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants