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

Revert typing / Undo button #225

Closed
eb1 opened this issue Mar 8, 2017 · 2 comments
Closed

Revert typing / Undo button #225

eb1 opened this issue Mar 8, 2017 · 2 comments

Comments

@eb1
Copy link
Contributor

eb1 commented Mar 8, 2017

Description: This is related to issue #215:

For this next milestone (0.8.5), we would like to create a simple revert typing / undo button. This would not be a full-blown Undo feature that would allow the user to continue reverting actions to the beginning of the adaptation session (this would require encapsulating the various actions that the user could perform in a Command design pattern -- such a feature could be considered for a future release if there is a need).

Instead, the revert / undo button follows the "dirty" bit for the current edit field. If the user has typed something into the edit field, the button is enabled:

undo1

They then can click on the Undo button, which will revert the field to its previous state:

undo2

Then, when the user clicks on the edit field again, the previous suggested text should appear:

undo3

This button should be disabled if there is no currently-focused edit field.

@eb1 eb1 added the Work Item label Mar 8, 2017
@eb1 eb1 added this to the Release 1.0 Beta 5 milestone Mar 8, 2017
@adaptitbruce
Copy link
Contributor

adaptitbruce commented Mar 8, 2017 via email

eb1 added a commit that referenced this issue Mar 9, 2017
@eb1
Copy link
Contributor Author

eb1 commented Mar 9, 2017

Work complete on this item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants