Some new screenshots

If you're interested, here's some screenshots of some of the newer stuff in Ceylon IDE.

Here's what the brand new Repository Explorer view looks like:

repo-explorer

The repository explorer helps us find the module we're looking for, in the repositories configured for a project, all the way to Ceylon Herd. But you don't even usually need to use the Repository Explorer, because the IDE will propose module named and versions when editing the module descriptor.

module-completion

The actual repositories available to you can be configured in the New Ceylon Project wizard, or in the project properties:

module-repos

From the project properties page, you can also enable compilation to JavaScript:

compiler-settings.png

We've finally resolved the performance issues we were having in the IDE when writing code that depends upon the Java SDK. Of course, doc hover, autocompletion, and hyperlink navigation works even for Java declarations:

java-interop