-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Adding a Project View to the Arduino IDE #11048
base: master
Are you sure you want to change the base?
Conversation
…Toggle button and shortcut
How do you open this new project view option? I have no options for it, unlisted? |
|
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 project explorer library in the implementation of this feature