Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Valerio Angelini
Total activity
24
Last activity
October 19, 2019 21:57
Member since
March 25, 2014 00:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (6)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
October 19, 2019 21:56
Hi Yann, I did have a look and the robot framework plugin does not seem to use "overrides='true'" in any Action definition. Trying to debug in depth the issue it seems to me that the Python CE plug...
Community
IntelliJ IDEA Open API and Plugin Development
Exception for plugin in latest EAP: Action 'ForceStepInto' doesn't override anything
0 votes
Edited
September 14, 2016 21:09
Hey, it looks like that the behaviour has changed and now the Python plugin CE also triggers the dependency using the pluginId: com.intellij.modules.python Is my statement correct? I noticed this b...
Community
IntelliJ IDEA Open API and Plugin Development
Optional dependency for python
0 votes
Created
January 21, 2016 16:59
Thanks for the hint. I did not have the coverage plugin loaded. Now with both "coverage" and the "yaml" plugin the tests run fine. Regards, Valerio
Community
IntelliJ IDEA Open API and Plugin Development
Unexpected node Pythonid
0 votes
Created
February 08, 2015 12:32
I guess that in this case I should just create a new PsiReference... In fact a Robot Framework Keyword is a reference to a Python function in a way...
Community
IntelliJ IDEA Open API and Plugin Development
Getting a PsiReference from a PyFunction
0 votes
Created
April 22, 2014 17:06
you are missing the check on the location type, for this reason the string is replacing many different labels: return "value " + element.getText();
Community
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 votes
Created
April 21, 2014 13:36
Hi,you can register a custom com.intellij.psi.ElementDescriptionProvider.Here match the getElementDescription method calls where the location is instanceOf com.intellij.usageView.UsageViewLongNameL...
Community
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 votes
Created
April 21, 2014 11:36
Hey,I have played a bit (and debugged a lot :) ) in the weekend with the PomDeclarationSearcher/DelegatePsiTarget as you suggested and these are the results: I have created and registered a custom ...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 19, 2014 15:03
I will have a look at the PomTargets then even though I haven't found much documentation about them. Can you point me towards some resources? What are they useful for? What pom stands for?In the fi...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 02, 2014 23:36
Yes, I was thinking to the solution proposed by you, of lexing the keywords as single tokens, but in this case I fear that some feature of the language would become really hard to implement.In part...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Created
April 01, 2014 22:46
Hey :)you are right, the Robot Framework language looks quite similar to Gherkins but in fact the syntax is a bit different.Here below a sample .robot file that you can use as reference to try the ...
Community
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 votes
Next
›
Last
»