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

SaveAs also copies old binary builds #2420

Open
3 tasks done
ednieuw opened this issue Apr 22, 2024 · 0 comments
Open
3 tasks done

SaveAs also copies old binary builds #2420

ednieuw opened this issue Apr 22, 2024 · 0 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@ednieuw
Copy link

ednieuw commented Apr 22, 2024

Describe the problem

When a file name is saved with File SaveAs the exported compiled binary file is placed in the 'build' folder with the previous files that are copied into the new named folder.
It is very confusing when the IDE1 is also used that places the .bin file in the INO source folder.

To reproduce

Compile a file and perform Export compiled binary
Save the file with File SaveAs with a new name
Export compiled binary
Look in the 'build' folder.

Expected behavior

The Export compiled binary should have its new name used with File SaveAs in a clean 'build' folder. That is not with the previous 'build' folder contents.

  • Í would like to see the folder 'build' not in my source folder but in the Temp folder.
  • I would like to see only the .bin file in my .INO source folder like the IDE1
  • I would like that the .bin file is not copied into a new folder created with File SaveAs
    My source file folder should stay as clean as possible

Arduino IDE version

2.3.3 nightly 20240422

Operating system

Windows

Operating system version

W11

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@ednieuw ednieuw added the type: imperfection Perceived defect in any part of project label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

1 participant