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

Document entries parameter not supported qt for FileEditor/DirectoryEditor #1557

Merged
merged 2 commits into from
Mar 26, 2021

Conversation

aaronayres35
Copy link
Contributor

closes #1530
Although we may want to have another issue open for adding qt support

This PR simply aims to better document the fact that the entries parameter for keeping a history of past entries on the FileEditor (and subsequently the DirectoryEditor) is only supported on the wx backend, but not on qt.

In addition, this PR makes a fix (similar to the one made in #1067) to fix the History_demo.py on wx. Now if one runs the demo in an environment with wx they can see what the history functionality is actually capable of.

Copy link
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but we definitely need a separate issue regarding implementing this in qt.

@aaronayres35 aaronayres35 merged commit ac9077b into master Mar 26, 2021
@aaronayres35 aaronayres35 deleted the fix/1530-doc-history-not-supported-qt branch March 26, 2021 12:01
@aaronayres35
Copy link
Contributor Author

LGTM but we definitely need a separate issue regarding implementing this in qt.

I've opened #1558

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.

File / FileEditor no history (entries option not working)
2 participants