Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Boards Menu: add hint if core lives in sketchbook#10007
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
matthijskooijman commentedApr 7, 2020
Sounds like a good change. I've been modifying the platform.txt of these cores to change the label here, doing this automatically would be even better. But I'm wondering if One alternative that springs to mind would be Or how about |
facchinm commentedApr 7, 2020
|
6f5d097 to4c19878Comparematthijskooijman commentedApr 7, 2020
Hm, one more caveat: This now actually checks whether the absolute path is inside the sketchbook, but in my setup all my git checkouts live elsewhere and are symlinked into the sketchbook, so none of them show the Would it make sense to, instead of looking at the path, keep a flag (or maybe a "source" field of "install dir/package dir/sketchbook") for each platform that is set when the platforms are loaded? |
facchinm commentedApr 7, 2020
Mine too are symlinked but I can see the label (they didn't show if I replace |
matthijskooijman commentedApr 7, 2020
Oh, good point. Let me doublecheck my setup and get back to you :-) |
Uh oh!
There was an error while loading.Please reload this page.
Co-Authored-By: Matthijs Kooijman <matthijs@stdin.nl>
ArduinoBot commentedApr 7, 2020
✅ Build completed. Please test this code using one of the following: ⬇️https://downloads.arduino.cc/javaide/pull_requests/arduino-PR-10007-BUILD-949-linux32.tar.xz ℹ️ The |
All Submissions:
For core development the recommended methods is to clone the core repo in
$sketchbook/hardware. Before9b48e8d these cores were listed after all Board Manager cores; now they are interleaved and quite difficult to spot immediately.This patch adds the
(sketchbook)label to cores living in sketchbook, usinggetAbsolutePathso symlinked cores can be spotted too).