主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Guno
活动总数
74
最后的活动
2023年09月30日 07:12
成员加入日期
2009年01月06日 19:14
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
22
活动概览
帖子(16)
评论(36)
按最近的活动排序
最近的活动
投票数
创建于
2013年07月29日 19:23
I see. Thanks.And if I were to go for the DOM APIs, would I be able to implement 'custom language like' features (such as are discussed here)?If not, then the choice is an easy one ;-)Guno
社区
IntelliJ IDEA Open API and Plugin Development
Custom DomElementsAnnotator isn't invoked
0 票
创建于
2010年04月19日 20:59
The libs xmlrpc-client.jar and xmlrpc.common.jar mentioned above are from the XmlRpc 3.1.2 distribution.These two libraries, combined with the trivial class Example pasted above, cause the error I ...
社区
IntelliJ IDEA Open API and Plugin Development
XmlRpc library conflict
0 票
创建于
2013年07月30日 17:25
Thanks. I'll go for the DOM API then.Guno
社区
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 票
创建于
2013年08月03日 17:39
Will I also be able to find usages of foo (see XML fragment above) in Java code (getFromMapping() calls)?It looks like XmlFindUsagesProvider doesn't allow me to find usages for XmlText elements by ...
社区
IntelliJ IDEA Open API and Plugin Development
Choose between custom language and DOM APIs
0 票
创建于
2013年07月30日 16:05
Thanks. I've created a new thread for this: http://devnet.jetbrains.com/thread/447550I'll mark this thread as answered.
社区
IntelliJ IDEA Open API and Plugin Development
Custom DomElementsAnnotator isn't invoked
0 票
创建于
2014年12月23日 13:06
Ok, thanks.
社区
IntelliJ IDEA Open API and Plugin Development
Line marker for folded code block
0 票
创建于
2016年04月01日 21:12
My QueryExecutor is as follows: public class ValueObjectMetaFieldSearcher extends QueryExecutorBase<PsiField, DefinitionsScopedSearch.SearchParameters> { public ValueObjectMetaFieldSearcher() ...
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 票
创建于
2016年04月02日 06:26
Hi Imants, I'm implementing goto. And it does work actually, source is resolved to target. when invoking ctrl-alt-b on source on line 2 in my example. But not when I invoke ctrl-alt-b on the refe...
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 票
已编辑于
2016年04月06日 19:46
I'll try that, thanks! [edit]Working fine now, using a custom action and handler!
社区
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 票
创建于
2016年06月05日 09:08
Hi Appu, Did you manage to resolve this issue? I've got similar problems when trying to run this particular unit test in my plugin project:http://www.jetbrains.org/intellij/sdk/docs/tutorials/wri...
社区
IntelliJ IDEA Open API and Plugin Development
Why does my LightPlatformTestCase have problems loading plugins
0 票
«
第一页
‹
上一页