Possiblity to copy and paste the whole script section between apps would be very convenient in development process.
I often need to test a part of the script, but it is usually in multiple sections - app has 1000+ lines of code in 12 sections and I need to take 4 to a separate app, run tests, fine-tune them, and transfer them back. Section name could be used to evaluate, if the section should be added or replaced.
Further improvements could be:
- hidden script section (hide with superuser password)
- option to disable (comment) or lock the whole section
- section groups - would help to handle scripts where IF - END IF is spread on multiple sections
- review of script changes - much more sophisticated debugg which would enable also results comparison