Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Adding a Project View to the Arduino IDE#11048
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…Toggle button and shortcut
drummer514 commentedJan 8, 2021
How do you open this new project view option? I have no options for it, unlisted? |
CLAassistant commentedApr 9, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
Project View:
We have added a new feature to the ArduinoIDE interface : a toggleable Project view. It allows you to quickly manage files in your sketch folder (add, delete, rename, drag and drop files).
You can also navigate to other directories easily using the navigate button in the project toolbar to open sketches that may not be in your sketch folder without doing it manually using your preferred file explorer.
PS : You can activate/remove the view from the tools menu up top or using the shortcut ctr-shift-J.
Special thanks to Ricardo JL Rufino:
We used his projectexplorer library in the implementation of this feature