Tako Schotanus
Tako Schotanus
Perhaps we should look into this: https://docs.microsoft.com/en-us/windows/package-manager/package/
Parent directories for sources are now added to the compiler's source path so any types referenced in them that are available in the same directories can be found even when...
Right now `alias add` can't set flags like `--offline` and `--fresh`. We should take al ook at which flags make sense to enable for aliases.
We can't run ``` jbang -c 'println("hey");' ``` because the quotes around "hey" get stripped out accidentally by the way `jbang.ps1` is implemented. To make it work you can escape...
First, sorry for using the issue tracker for a question, but I didn't see any mention of a mailing list or forum! So my question is how to use ``...
It would be nice to have the ability to select "Run" (and Debug etc) when right clicking on a module or source file in the Project view. When there are...
To reproduce: - Create a project and only enable the JS backend - Create a module called `javaimport` - Mark its module descriptor `native("jvm")` - Observe how Eclipse moves the...
It would be nice to be able to right click on a module in the Herd/JDK/System/User Modules part of the Ceylon Explorer and select "References" to get a list of...
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...
In #735 it became obvious we need a way to set runtime options in the launch configurations, Right now we have a way to pass program arguments and Java VM...