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

Crash when manually removing unwanted config options #456

Open
BiatuAutMiahn opened this issue Jun 2, 2024 · 1 comment
Open

Crash when manually removing unwanted config options #456

BiatuAutMiahn opened this issue Jun 2, 2024 · 1 comment
Labels

Comments

@BiatuAutMiahn
Copy link

BiatuAutMiahn commented Jun 2, 2024

I intend to use Explorer++ in a portable manner. Devices may have different screen configurations. So when attempting to remove various options like:
TreeViewWidth, WindowPosition, Width attributes on Column definitions, Toolbar Lengths, and DialogState. The program crashes, or starts with the dialog unusable due to invalid position/size values. I believe there should be the ability to fall back to calculated defaults if they do not exist in the config and/or allow -1 or another value like "auto" to prevent hard coded values.

@derceg
Copy link
Owner

derceg commented Jun 14, 2024

Thanks, this is a known issue. I have gradually being updating the code responsible for loading/saving data, so that it's more resilient against invalid/missing values and newer builds should better handle some of these sorts of cases. But that process isn't complete yet, so editing values in this way still isn't fully supported.

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

No branches or pull requests

2 participants