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
June 04, 2009 07:05
See http://www.jetbrains.com/idea/documentation/dom-rp.html
Community
IntelliJ IDEA Open API and Plugin Development
UI for XML Document
0 votes
Created
June 15, 2009 08:46
You should wrap all your write operations into a WriteCommandAction. Thescope of this action should be precisely what you want to be undone in asingle Ctrl+Z.
Community
IntelliJ IDEA Open API and Plugin Development
XML Editing via GenericDomValue
0 votes
Created
June 16, 2010 12:18
Looks like it should work. The fastest troubleshooting way I can suggest to you is to debug it by attaching IDEA Community Edition sources from 'maia' branch and setting a breakpoint in getVariants...
Community
IntelliJ IDEA Open API and Plugin Development
getting Code-completion to work
0 votes
Created
May 29, 2010 21:54
ReferenceProvidersRegistry.getInstance(project).registerReferenceProvider(XmlTag.class,dozerPsiReferenceProvider);You'll also need to provide a meaningful ElementPattern here, otherwise your refere...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReference
0 votes
Created
August 26, 2010 22:16
org.jetbrains.plugins.groovy.compiler.GroovyCompilerTestCase#assertOutput sources may be helpful.
Community
IntelliJ IDEA Open API and Plugin Development
How to run an existing RunConfiguration
0 votes
Created
December 23, 2010 11:07
Is this a complete stack trace or there is something more at the bottom, e.g. a cause for this exception? Without seeing it I can only suggest that some foggy classloader issue may be to blame.
Community
IntelliJ IDEA Open API and Plugin Development
DomFileDescription Question
0 votes
Created
February 17, 2011 08:35
No, that doesn't look right. Well, it works, but it's doomed to ignore lookups and some other things. Using the extension would give you a possibility to give them a chance. And to make it work onl...
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
March 08, 2011 11:31
It seems that you also have to override isEnabled() there and (at least) delegate it to the original handler.
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
May 04, 2011 14:19
You certainly don't need a dedicated JavaScript tree, it gets embedded into the HTML tree automatically in the presence of JS plugin. And yes, having separate Play/Groovy trees would be better (it'...
Community
IntelliJ IDEA Open API and Plugin Development
Example of a custom language plugin for a templating language
0 votes
Created
May 24, 2011 13:18
There are two ways of managing syntax highlighting in IDEA. You mentioned one, but Groovy (and a bunch of other languages) uses another: they override com.intellij.openapi.fileTypes.LanguageFileTyp...
Community
IntelliJ IDEA Open API and Plugin Development
How to activate a plugin for Groovy files?
0 votes
«
First
‹
Previous
Next
›
Last
»