Stéphane Épardaud
Stéphane Épardaud
Checkout the test project from https://github.com/FroMage/ceylon-maven-test You will need the latest Ceylon distrib on master, and then check out https://github.com/ceylon/ceylon-maven-repo and run `mvn install` in it. This will publish the...
With a Ceylon project with a single Ceylon activity, if I open the `activity_main.xml` file I get this exception in the preview window: ``` java.lang.NullPointerException at android.support.v7.app.WindowDecorActionBar.getDecorToolbar(WindowDecorActionBar.java:241) at android.support.v7.app.WindowDecorActionBar.init(WindowDecorActionBar.java:197) at...
Figure out if we can make Java projects that depend on Ceylon projects navigate to Ceylon types by clicking on them. ATM you get to the bytecode, which is not...
I have a Ceylon proejct with `CeylonType` and a Java project with `JavaUser` which uses that type. The Java project has the Ceylon project's output `.car` file in its build...
When the IDE projects are open, if I go on `CeylonBuilder.java` in `generateBinaries` and hover with `Ctrl` pressed over the `compile()` call, I don't get the click pointer until about...
I have the IDE and ide-common projects open, and their dependencies, but I'm not touching any file from these projects. The build is done and Eclipse is doing nothing. Now...
Right now this stuff is MAD. I have to update poms, manifests, .properties files in several projects, and manually recreate all the bundle projects. We must document this and automate...
Make a new Ceylon project, make it import `ceylon.json`, then close the IDE. Remove all versions of that `ceylon.json` project frmo your home repo and your cache. Open the IDE....
We should try to share those modules across every open project, but also try to dump a serialised version of them to disk, to be quickly reloaded. @FroMage has a...
Improve incremental build propagation when editing module files, to avoid doing any sort of build when adding new module imports (except for units which had errors before editing the module...