ceylon-ide-intellij icon indicating copy to clipboard operation
ceylon-ide-intellij copied to clipboard

IntelliJ Plugin for Ceylon

Results 91 ceylon-ide-intellij issues
Sort by recently updated
recently updated
newest added

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

I just got this on IDEA 2017.2.1, it looks like completion is trying to reference a project that was closed then reopened. ``` Already disposed: Project (Disposed) myproject java.lang.AssertionError: Already...

t-bug

Got this during my demo: ``` java.net.ConnectException: Connection refused java.lang.RuntimeException: java.net.ConnectException: Connection refused at com.redhat.ceylon.cmr.impl.RemoteContentStore.urlExists(RemoteContentStore.java:106) at com.redhat.ceylon.cmr.impl.URLContentStore.urlExists(URLContentStore.java:292) at com.redhat.ceylon.cmr.impl.URLContentStore.find(URLContentStore.java:234) at com.redhat.ceylon.cmr.impl.AbstractOpenNode.getNode(AbstractOpenNode.java:211) at com.redhat.ceylon.cmr.impl.AbstractOpenNode.getChild(AbstractOpenNode.java:200) at com.redhat.ceylon.cmr.impl.AbstractNodeRepositoryManager.fromRepository(AbstractNodeRepositoryManager.java:478) at com.redhat.ceylon.cmr.impl.AbstractNodeRepositoryManager.fromRepositories(AbstractNodeRepositoryManager.java:454) at com.redhat.ceylon.cmr.impl.AbstractNodeRepositoryManager.getFromAllRoots(AbstractNodeRepositoryManager.java:436) at...

t-bug

IntelliJ 2017.1.2 and 2016.3.6 Ceylon IDE 1.3.2 ``` com.intellij.execution.application.ApplicationConfigurationType$1@772e39b1 produced wrong type: com.intellij.execution.application.ApplicationConfiguration cannot be cast to org.intellij.plugins.ceylon.ide.runner.CeylonRunConfiguration java.lang.ClassCastException: com.intellij.execution.application.ApplicationConfiguration cannot be cast to org.intellij.plugins.ceylon.ide.runner.CeylonRunConfiguration at org.intellij.plugins.ceylon.ide.runner.CeylonRunConfigurationProducer.setupConfigurationFromContext(CeylonRunConfigurationProducer.java:31) at com.intellij.execution.actions.RunConfigurationProducer.createLightConfiguration(RunConfigurationProducer.java:255) at...

t-bug

``` null java.lang.StackOverflowError at com.redhat.ceylon.ide.common.model.ModuleDependencies$ModuleWeakReference.hashCode(ModuleDependencies.java:125) at java.util.HashMap.hash(HashMap.java:338) at java.util.HashMap.get(HashMap.java:556) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:479) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at com.redhat.ceylon.ide.common.model.ModuleDependencies$1DependencyAnalyzer.isRootExportedBy(ModuleDependencies.java:498) at...

t-bug
p-high

In stable 1.3.2 plugin ``` Assertion failed violated exists lastCompilationUnit = localAnalysisResult.lastCompilationUnit ceylon.language.AssertionError "Assertion failed violated exists lastCompilationUnit = localAnalysisResult.lastCompilationUnit" at org.intellij.plugins.ceylon.ide.completion.IdeaCompletionContext.getLastCompilationUnit(IdeaCompletionContext.ceylon:69) at org.intellij.plugins.ceylon.ide.completion.IdeaCompletionProvider.addCompletionsInternal$priv$(ideaCompletionManager.ceylon:221) at org.intellij.plugins.ceylon.ide.completion.IdeaCompletionProvider.access$100(ideaCompletionManager.ceylon:70) at org.intellij.plugins.ceylon.ide.completion.IdeaCompletionProvider$1.$call$(ideaCompletionManager.ceylon:179) at org.intellij.plugins.ceylon.ide.model.concurrencyManager_.withIndexStrategy$priv$(concurrencyManager.ceylon:202)...

t-bug

Next code: ``` shared void subscribeToDownUpConversion(HashMap convertedCache, T(D) adaptFunction) given T satisfies BaseEntity given D satisfies BaseEntity { ebSubscribe(getUpVersionTopic(`D`)).subscribe((key-> D user) { log.info("Down to up conversion from`` `D`.string`` to ``...

t-bug
c-editor

If I've the following import statements: ``` import jooq.metadata { DbAuthor = Author } import example.domain { Author } import speedment.metadata {SpeedmentAuthor = Author} ... ``` and there's some interface:...

t-bug

Updated to latest ceylon plugin (v 1.3.2). Just tried to copy a file from one folder to other folder using standard keyboard shortcut. The plugin has replaced the standard copy...

t-bug

``` om.intellij.util.IncorrectOperationException: Sorry but parent: Project (Disposed) ceylon has already been disposed (see the cause for stacktrace) so the child: null 641531727: running=false; canceled=false will never be disposed java.lang.RuntimeException: com.intellij.util.IncorrectOperationException:...