Closed jspjutNV closed 3 years ago
I've left this as a draft until I add at least 1-2 samples. But this scan and include functionality should work already.
This should be mostly ready. I did notice a minor issue that if the set of files changes in the samples directory and the user presses F5 while FPSci is running, then the old list of samples will remain. This is likely an existing issue with startupconfig changes, and unlikely to matter since users probably won't be adding new samples.
This PR adds a
samples
directory which is scanned on startup to add provided sample experiments to theexperimentList
. This is primarily a developer-oriented feature, and won't be noticed whendeveloperMode = false
.Closes #307