I've encountered three methods:
- //@include path/to/file-to-include.jsx
- #include path/to/file-to-include.jsx
- $.evalFile("path/to/file-to-include.jsx");
Some questions:
- Is having multiple <ScriptPath> elements in the manifest file supported?
- What is the recommended way to include multiple JSX scripts?
- Where can I learn more about the ExtendScript environment - features beyond the standard ECMAScript implementation (e.g. this include stuff)?