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

Issue 993--Add a textbox to the settings to add ignored extensions #998

Merged
merged 2 commits into from
Nov 8, 2022

Conversation

kwekmaster
Copy link
Contributor

Addressing Issue 993 by adding an "ignored extensions" Textbox to settings.

Implemented:
@rfuzzo 's suggestion: to use a textbox in WolvenKit Settings that delegates all listed extensions to the default System Editor.

How it looks in the Settings Dialog:
image

Notes
Delimiter is currently set to pipe/vertical bar "|". Comparisons are all lowercase, following existing code. I did a simple Trim() for a bit more robust user entry handling.

Testing done:
Limited functional testing w.r.t the change, such as entering multiple extensions and seeing how the double clicking responds. Results satisfies the requirements.

Copy link
Member

@rfuzzo rfuzzo left a comment

Choose a reason for hiding this comment

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

yes thank you!

@rfuzzo rfuzzo merged commit 601c769 into WolvenKit:main Nov 8, 2022
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

2 participants