Yann Cébron

Results 27 issues of Yann Cébron

plugin version unknown PHP 193.4932.16 java.lang.StackOverflowError at com.intellij.psi.impl.source.SourceTreeToPsiMap.treeElementToPsi(SourceTreeToPsiMap.java:30) VCS at com.intellij.psi.impl.source.tree.SharedImplUtil.getParent(SharedImplUtil.java:47) VCS at com.intellij.extapi.psi.ASTWrapperPsiElement.getParent(ASTWrapperPsiElement.java:36) VCS at com.jetbrains.php.lang.psi.elements.impl.PhpReferenceImpl.isImport(PhpReferenceImpl.java:198) VCS at com.jetbrains.php.lang.psi.elements.impl.PhpReferenceImpl.findNamespaceName(PhpReferenceImpl.java:212) VCS at com.jetbrains.php.lang.psi.elements.impl.PhpReferenceImpl.getNamespaceName(PhpReferenceImpl.java:182) VCS at com.jetbrains.php.lang.psi.elements.impl.ClassReferenceImpl.resolveLocal(ClassReferenceImpl.java:192) VCS at com.jetbrains.php.lang.psi.elements.impl.ClassReferenceImpl.getFQN(ClassReferenceImpl.java:332) VCS...

``` 2022-03-31 15:06:47,762 [1000702] WARN - #c.i.o.a.i.ActionToolbarImpl - 'PsiActionToolbar' toolbar by default uses any focused component to update its actions. Toolbar actions that need local UI context would be incorrectly...

running master, 221-SNAPSHOT ``` java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:102) at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:784) at com.intellij.psi.stubs.StubIndexImpl.getContainingIds(StubIndexImpl.java:521) at com.intellij.psi.stubs.StubIndexImpl.processElements(StubIndexImpl.java:317) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:101) at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:89) at org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex.get(KotlinFileFacadeClassByPackageIndex.kt:16)...

potentially faster than sequential downloads

enhancement
performance

it's deprecated and should be changed to avoid possible breakages when plugin distribution folder is changed in later releases

enhancement

when depending on Kotlin plugin: > For some platform types I get decompiled sources instead of actual sources. For example, PsiFile works, but psiFile.findDescendantOfType does not. The latter seems to...

enhancement

- give hint specifying `version` is required when referring to non-bundled plugins - ~give hint that specifying `directoryName` is deprecated and should be replaced with plugin ID (in case specified...

enhancement

catch specific point when resolving specified platform dependency fails, and provide dedicated message with additional hints/links on how to resolve it background: we get many requests why specifying EAP/Beta versions...

enhancement
new-dependencies-management

the default behavior of patching various values might be unknown to user and/or change between releases emit warn message + ability to switch off warnings ref https://plugins.jetbrains.com/docs/intellij/gradle-guide.html#patching-the-plugin-configuration-file

enhancement

as defined in `ApplicationInfo.xml` These are guaranteed to be available when targeting the chosen IDE, thus we can reduce necessary manual setup via `intellij.plugins` and resulting confusion, e.g. in case...

enhancement