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

Python Runner does not support undo #43

Closed
lresende opened this issue Oct 26, 2019 · 2 comments
Closed

Python Runner does not support undo #43

lresende opened this issue Oct 26, 2019 · 2 comments
Assignees
Labels
component:python-editor Python editor kind:bug Something isn't working
Milestone

Comments

@lresende
Copy link
Member

CMD+Z works as undo on Jupyter notebook cells
But not on the python editor

@lresende lresende added kind:bug Something isn't working component:python-editor Python editor labels Oct 26, 2019
@lresende lresende added this to the 0.2 milestone Oct 26, 2019
@lresende
Copy link
Member Author

author: @akchinSTC
Going to take a shot at this

@lresende
Copy link
Member Author

author: @ajbozarth
this will be handled by #5

harshad16 pushed a commit to harshad16/elyra that referenced this issue Apr 14, 2023
Some functionality of the file editor is in the activate function of
fileeditor-extension. This adds that missing functionality.

- Checks for changes and updates the extension config when there
are changes to the fileeditor-extension settings. This enables
all missing functionality based on settings values.

- Enables Undo/Redo functionality.

- Enables some editor view options not controlled by configs

Fixes elyra-ai#43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:python-editor Python editor kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants