Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changes to some preference are not remembered #830

Closed
per1234 opened this issue Feb 13, 2022 · 0 comments · Fixed by #856
Closed

Changes to some preference are not remembered #830

per1234 opened this issue Feb 13, 2022 · 0 comments · Fixed by #856
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@per1234
Copy link
Contributor

per1234 commented Feb 13, 2022

Describe the bug

File > Preferences opens a dialog where the user can set various preferences.

🐛 Changes to some of the preferences have no effect on the IDE and the changes are gone when the dialog is opened again.

To Reproduce

  1. Select File > Preferences... from the Arduino IDE menus.
  2. Check the box next to "☐ Show files inside Sketches.
  3. Click the OK button.
  4. Open the Sketchbook view.
    🐛 Files inside sketches are not shown.
  5. Select File > Preferences... from the Arduino IDE menus.
    🐛 The box next to "☐ Show files inside Sketches is not checked.

Expected behavior

Changes to preferences are recognized and persistent.

Desktop

  • OS: Windows 10
  • Version: 2.0.0-rc3-snapshot-2f9bf86
    Date: 2022-02-11T14:52:06.341Z
    CLI Version: 0.21.0 [10107d24]

Additional context

I bisected the bug to 112153f (it does not occur in the build from the previous commit 69ac1f4).


All the following preferences are affected:

  • Show files inside Sketches
  • Editor font size
  • Interface scale > Automatic/%
  • Language
  • Show verbose output during > compile/upload
  • Compiler warnings
  • Verify code after upload

Changes to the other preferences are recognized.

@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project labels Feb 13, 2022
@fstasi fstasi added this to the arduino-ide rc5 milestone Feb 16, 2022
@fstasi fstasi modified the milestones: arduino-ide rc5, arduino-ide rc4 Feb 22, 2022
@per1234 per1234 added the conclusion: resolved Issue was resolved label Feb 23, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants