Martijn S. said: @keith I would really like being able to choose the load order -> In the script page the scripts are concatenated in order of the tabs.... and you can't change the order of the tabs (i tought you could, but you can't).. You're right that the tabs can't be reordered, but they are *not* guaranteed to be the order in which you install the scripts. I was troubleshooting an issue the other day for someone, and the script tabs would reorder themselves between sandbox restarts. Between the first image, below, and the second, all I did was delete the last installed script (a manual install of splitArgs), and reboot the sandbox. Look at the bottom three rows of installed scripts. Each row is different. In fact, when I put API_Meta offsets into the scripts I could modify to try to track down the error, the script that owned that line was actually listed 3 tabs sooner than the script that reported a line offset less than the error line... In other words, imagine an error reporting as line 5000. The tabs show the scripts ordered like: ___________ ___________ ___________ ___________ ___________
| Script1 | Script2 | Script3 | Script4 | Script5 |
____| |___________|___________|___________|___________|_____
But when I get the line offset for Script5, it reports as 4000. The script actually throwing the error (and which owns line 5000) is Script2.