Now that we can use multiple files in the Web IDE that’s brilliant.
One little suggestion that would make it even more brilliant…
I have a few files in one Spark App I’m working on, something like:
xxx.cpp
yyy.h
yyy.cpp
XxX.h
XxX.cpp
While these are 5 distinct files, in the ‘Files’ section within an App on the Web IDE there’s a ‘toUpper()’ going on somewhere, which isn’t really necessary.
So my 5 files now look like:
XXX.CPP
YYY.H
YYY.CPP
XXX.H
XXX.CPP
…which can make it awkward to differentiate between xxx.cpp and XxX.cpp at times.
There isn’t any need to capitalise the filenames.
Just a suggestion