Tako Schotanus

Results 110 issues of Tako Schotanus

Perhaps we should look into this: https://docs.microsoft.com/en-us/windows/package-manager/package/

enhancement

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.

ideas

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...

bug

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...

t-feature

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...

bug on master

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...

feature

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...

feature
preferences/project setup

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...

improvement
launch/run/debug