Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
February 02, 2016 09:57
Official comment
It's CompilerProjectExtension.getInstance(project).setCompilerOutputUrl(...). There's also CompilerModuleExtension.
Community
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 votes
Created
August 18, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
How can I unit test a custom language parser?
0 votes
Created
August 11, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 votes
Created
August 12, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 votes
Created
August 14, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create bean in spring
0 votes
Created
December 23, 2008 18:34
CompletionService.performCompletion(new CompletionParameters(...), ]]>).Please note that this process can take a very long time, so use it wisely.
Community
IntelliJ IDEA Open API and Plugin Development
SmartCompletion results
0 votes
Created
December 22, 2008 10:53
BTW the old functionality should work. Which language do you have? Which CompletionData methods do you use/override?
Community
IntelliJ IDEA Open API and Plugin Development
CompletionData is deprecated — what to use instead?
0 votes
Created
December 16, 2008 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...
Community
IntelliJ IDEA Open API and Plugin Development
MultiplePsiFilesPerDocumentFileViewProvider replacement for Diana
0 votes
Created
March 24, 2009 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for Velocity method's parameter?
0 votes
Created
March 25, 2009 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for Velocity method's parameter?
0 votes
«
First
‹
Previous
Next
›
Last
»