主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Peter Gromov
活动总数
2258
最后的活动
2023年05月09日 12:44
成员加入日期
2008年07月25日 18:59
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
739
活动概览
文章(0)
帖子(3)
评论(1516)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月02日 09:57
正式评论
It's CompilerProjectExtension.getInstance(project).setCompilerOutputUrl(...). There's also CompilerModuleExtension.
社区
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 票
创建于
2008年08月18日 10:17
Hi,I'm working on a custom language parser, and I'd like to be able to write JUnit tests against it, building it up one expression type at a time. Unfortunately, it's not obvious to me how to do th...
社区
IntelliJ IDEA Open API and Plugin Development
How can I unit test a custom language parser?
0 票
创建于
2008年08月11日 07:43
Evgeny Shepelyuk wrote:Hello !Can anyone point me the possibility of adding new bean into Spring application context.I'm interested in some API call of bundled spring plugin.Idea is provide a inten...
社区
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 票
创建于
2008年08月12日 11:45
Thanx for information. Though i can not find those calls in my version of IDEA/Spring plugin. I will keep searching that direction.What's your version? SpringManager and Beans were in the IDEA-bund...
社区
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 票
创建于
2008年08月14日 18:00
>> >> You know where to add your bean (which file should it be), don't you? >> That's it.No i don't' know. That's the idea of my question. Is there any API to call it and let it decide where inject...
社区
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 票
创建于
2008年12月23日 18:34
CompletionService.performCompletion(new CompletionParameters(...), ]]>).Please note that this process can take a very long time, so use it wisely.
社区
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 票
创建于
2008年12月22日 10:53
BTW the old functionality should work. Which language do you have? Which CompletionData methods do you use/override?
社区
IntelliJ IDEA Open API and Plugin Development
CompletionData is deprecated — what to use instead?
0 票
创建于
2008年12月16日 10:00
At first, Multiple*Provider is used only when you need several PSI trees in your PsiFiles. Is it really the case? Which language are you trying to support? Probably, implementing a language dialect...
社区
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider replacement for Diana
0 票
创建于
2009年03月24日 14:44
Don't try to implement ElementPattern, use PlatformPatterns.psiElement().withParent(VtlLiteralExpressionType.VtlStringLiteral.class) instead. 'withParent()' is there because the pattern will be app...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for Velocity method's parameter?
0 票
创建于
2009年03月25日 10:24
PsiReferences cannot be injected in Velocity string literals, you'll have to write a CompletionContributor instead, check the correct place there (via the same pattern) and provide the variants to ...
社区
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for Velocity method's parameter?
0 票
«
第一页
‹
上一页
下一页
›
最后
»