Prevent downloading of sources and documentation
If so desired by the user (they might be on a mobile link for example).
We could add two checkboxes to the global preferences:
x Download sources for imported modules x Download documentation for imported modules
And add two related menu items to each module in the "Ceylon Modules" section in the explorer:
- Download sources
- Download documentation
And does the backend have APIs/functionality to support this?
I think the IDE is doing something extra right now to download sources and documentation, because the CLI compiler only downloads the binary artifacts and nothing more. So I'm guessing there are no changes needed on the API side.
Yes it's done, but synchronously during class path container build. It should be done asynchronously at least.
Not for 1.1.