ceylon-ide-eclipse icon indicating copy to clipboard operation
ceylon-ide-eclipse copied to clipboard

Prevent downloading of sources and documentation

Open quintesse opened this issue 12 years ago • 4 comments

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

quintesse avatar Oct 04 '13 15:10 quintesse

And does the backend have APIs/functionality to support this?

gavinking avatar Oct 07 '13 09:10 gavinking

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.

quintesse avatar Oct 07 '13 09:10 quintesse

Yes it's done, but synchronously during class path container build. It should be done asynchronously at least.

davidfestal avatar Jan 30 '14 12:01 davidfestal

Not for 1.1.

gavinking avatar Jul 30 '14 15:07 gavinking