Gavin King

Results 184 issues of Gavin King

I just get an "Internal Server Error". @quintesse WDYT, could we fix this?

bug

The one really disappointing thing about the Web IDE right now is the inability to navigate to a declaration. We should add a new keyboard shortcut that takes me to...

It's total nonsense that we're writing this in The Worst Programming Language Ever when we we have a whole programming language that runs on both client and server side and...

bug
high priority

Instead of #44, we could just pull the API doc straight from Herd and display it in the doc popup.

feature
high priority

Is there any way to make the autocompletion popup overflow from the outer popup?

bug

I sometimes get errors like this: ``` com.intellij.openapi.application.ex.ApplicationUtil$CannotRunReadActionException at com.intellij.openapi.application.impl.ReadMostlyRWLock.throwIfImpatient(ReadMostlyRWLock.java:126) at com.intellij.openapi.application.impl.ReadMostlyRWLock.isReadLockedByThisThread(ReadMostlyRWLock.java:89) at com.intellij.openapi.application.impl.ApplicationImpl.isReadAccessAllowed(ApplicationImpl.java:1098) at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:1074) at com.intellij.openapi.fileEditor.impl.FileDocumentManagerImpl.getDocument(FileDocumentManagerImpl.java:184) at org.intellij.plugins.ceylon.ide.platform.IdeaTextChange.(IdeaTextChange.ceylon:51) at org.intellij.plugins.ceylon.ide.platform.ideaDocumentServices_.createTextChange(ideaDocumentServices.ceylon:14) at com.redhat.ceylon.ide.common.correct.createParameterQuickFix_.addCreateParameterProposalInternal$priv$(CreateParameterQuickFix.ceylon:40) at com.redhat.ceylon.ide.common.correct.createParameterQuickFix_.addCreateParameterProposal(CreateParameterQuickFix.ceylon:143) at com.redhat.ceylon.ide.common.correct.createQuickFix_.addCreateProposals$canonical$(CreateQuickFix.ceylon:275) at com.redhat.ceylon.ide.common.correct.createQuickFix_.addCreateProposals(CreateQuickFix.ceylon:261)...

t-bug
p-high

I'm getting errors like: > the 'SupertypeVisitor' caused an exception visiting a 'ClassDefinition' node: '"com.redhat.ceylon.model.loader.ModelResolutionException: Failed to resolve com.redhat.ceylon.ide.common.refactoring.AbstractRefactoring.EditorData"' at 'com.redhat.ceylon.model.loader.AbstractModelLoader$7.call(AbstractModelLoader.java:2001)' > the 'ExpressionVisitor' caused an exception visiting a 'QualifiedMemberExpression'...

t-bug
p-high

I'm getting lots of these in Android Studio: ``` Entering in a section that would need indexes, but no strategy has been specified. The strategy used when indexes are unavailable...

t-bug

This should not blow up the IDE: ``` cannot find module source artifact 'ceylon.language-1.3.2-SNAPSHOT(.car|.jar|.src|.js)' - dependency tree: default module -> 'ceylon.language/1.3.3-SNAPSHOT' get ceylon.language and run 'ant publish' (more information at...

t-bug