Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gtchaboussie
Total activity
75
Last activity
April 07, 2023 14:50
Member since
July 30, 2021 16:40
Following
0 users
Followed by
0 users
Votes
11
Subscriptions
15
Activity overview
Posts (14)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
July 25, 2022 07:43
Here it is (sorry for not anticipating that) update failed for AnAction(com.intellij.codeInsight.documentation.actions.ShowQuickDocInfoAction, id=QuickJavaDoc) with text=Quick Documentationjava.lan...
Community
IntelliJ IDEA Open API and Plugin Development
NPE in getCustomDocumentationElement
0 votes
Created
June 10, 2022 14:48
I'm sorry i didn't answer, it's been a while. I worked ! Thank you for your patience (on this topic and others). I don't see where i can mark this resolved though
Community
IntelliJ IDEA Open API and Plugin Development
Idiomatic way to use a downloaded project as test base fixture
0 votes
Created
April 08, 2022 15:27
I get that the class should be found. But how is it that is is found in the picture of the first message (using the fact that it is a list), and it ins't in the test ? That's quite confusing PS : S...
Community
IntelliJ IDEA Open API and Plugin Development
Inferred type is null even if it shows in the IDE in tests
0 votes
Created
April 01, 2022 12:23
The Generic value is not added in a library or from a dependency. The other tests are working, for example : package org.apache.ofbizList<org.apache.ofbiz.entity.GenericValue> rings = from('Mordor'...
Community
IntelliJ IDEA Open API and Plugin Development
Inferred type is null even if it shows in the IDE in tests
0 votes
Created
April 01, 2022 08:05
Hi Carol, thanks again for your support. So, i think i managed to load the groovy dependency : systemProperty 'idea.home.path', project.getProjectDir() and class OfbizProjectDescriptor extends Defa...
Community
IntelliJ IDEA Open API and Plugin Development
Inferred type is null even if it shows in the IDE in tests
0 votes
Created
March 25, 2022 13:54
Hi Karol, thanks a lot for your answer, and sorry for my late reply. I can't make it work so far. I think i tried most solutions i found on forums to add the groovy dependency in tests. I did and u...
Community
IntelliJ IDEA Open API and Plugin Development
Inferred type is null even if it shows in the IDE in tests
0 votes
Created
February 28, 2022 11:20
Thanks. I'll look into this. I started to figure that there would be no easy way to do this. I'll come back and post my solution if i manage one :)
Community
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 votes
Created
February 28, 2022 10:04
you have a variable "it" and your plugin at <caret> position knows its type is GenericValue - so you know the type (PsiType) of "it" variable, correct? => Yes, that's done in a pattern (from an o...
Community
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 votes
Created
February 26, 2022 11:47
Hi Karol, thanks a lot for your answer. I don't think i understand it, how would a PsiMethod from the class would give the result from the it instance it.getEntityName() that i'm trying to emulate ...
Community
IntelliJ IDEA Open API and Plugin Development
Access methods of PsiVariable object representation
0 votes
Created
February 24, 2022 18:34
So i managed to make it work, like so : public static final PsiElementPattern GENERIC_VALUE_ATTRIBUTE = PlatformPatterns.psiElement().andOr( PlatformPatterns.psiElement().afterLeafSkipping( ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the type of a variable in a pattern
0 votes
«
First
‹
Previous
Next
›
Last
»