Gavin King

Results 184 issues of Gavin King

I have a class which implements `android.service.media.MediaBrowserService.onLoadChildren()`: ```ceylon shared actual void onLoadChildren(String parentMediaId, MediaBrowserService.Result result) { ... } ``` This results in the nonsense error: > type of parameter 'result'...

t-bug
p-high

let's say I have two source files in the default package: `run.ceylon` which depends on a class in `Class.ceylon`. I drag and drop `Class.ceylon` into another package. What _should_ happen...

t-bug
p-high

For example, right now I can't Inline a local `value` when a model update is in progress.

t-bug
p-high

This is pretty minor, but the _very first_ time I pull up the documentation popup from a completion list, I get a window that says "Fetching Documentation...", but never actually...

t-bug

When navigating to one of these special language module types, or to their members, we should offer the option to go to the native Java implementation instead of to the...

t-enhancement
c-navigation
p-high

See https://github.com/ceylon/ceylon-ide-intellij/issues/263#issuecomment-234733659. Declarations like `ArrayList` from imported modules like `ceylon.collection` are shown multiple times in Navigate > Class.

t-bug

@bjansen would it be possible to eliminate the e.g. `Sequence$impl` classes in the result list?

t-bug

We should add an additional level of categorization.

t-enhancement

Got these: ``` null value returned from native call not assignable to Object ceylon.language.AssertionError "null value returned from native call not assignable to Object" at com.redhat.ceylon.compiler.java.Util.checkNull(Util.java:1007) at org.intellij.plugins.ceylon.ide.runner.CeylonTaskRunConfigurationProducer.isConfigurationFromContext(FatJarRunConfigurationProducer.ceylon:56) at org.intellij.plugins.ceylon.ide.runner.CeylonTaskRunConfigurationProducer.isConfigurationFromContext(FatJarRunConfigurationProducer.ceylon:34)...

t-bug

Currently there is no way to create a fat jar or assembly with an entry point not named `run()`. The tools and the Eclipse plugin do allow this.

t-feature