You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to overrule the read-only mode for editor tabs of files from outside the sketch.
Describe the current behavior
Files from outside the sketch folder (libraries, core, toolchain) can be opened in the Arduino IDE editor via features such as "Go to definition..." and "Peek definition".
The IDE makes these editor tabs "read-only". This is done to protect beginners from inadvertently modifying key files which could lead to unplanned and hard to debug consequences outside their current project. So this is good.
🙁 But this also prevents advanced users from debugging libraries on the spot (fix warnings etc) and they need to use a separate editors for those files making the workflow less seamless.
Describe the request
Add an option to overrule the read-only mode for editor tabs of files from outside the sketch.
Describe the current behavior
Files from outside the sketch folder (libraries, core, toolchain) can be opened in the Arduino IDE editor via features such as "Go to definition..." and "Peek definition".
The IDE makes these editor tabs "read-only". This is done to protect beginners from inadvertently modifying key files which could lead to unplanned and hard to debug consequences outside their current project. So this is good.
🙁 But this also prevents advanced users from debugging libraries on the spot (fix warnings etc) and they need to use a separate editors for those files making the workflow less seamless.
Arduino IDE version
Original report
2.0.0-rc3
Last verified with
73b6dc4
Operating system
All
Operating system version
Any
Additional context
Additional requests
Issue checklist
The text was updated successfully, but these errors were encountered: