主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Valerio Angelini
活动总数
24
最后的活动
2019年10月19日 21:57
成员加入日期
2014年03月25日 00:01
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
7
活动概览
帖子(6)
评论(11)
按最近的活动排序
最近的活动
投票数
创建于
2019年10月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Exception for plugin in latest EAP: Action 'ForceStepInto' doesn't override anything
0 票
已编辑于
2016年09月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Optional dependency for python
0 票
创建于
2014年04月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 票
创建于
2014年04月22日 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();
社区
IntelliJ IDEA Open API and Plugin Development
Custom name for Find Usages of symbol
0 票
创建于
2014年04月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年03月31日 20:41
Hi Alexander,thanks a lot for your support.The plugin is open source and you can find it on GitHub.Please checkout the find_usage branch at the address:https://github.com/AmailP/robot-plugin/tree/f...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月01日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2014年04月21日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
FindUsage for PsiNamedElement with multiple PsiElement children
0 票
创建于
2015年02月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Getting a PsiReference from a PyFunction
0 票
下一页
›
最后
»