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 16, 2011 15:33
How do you register your action? You should probably use editorActionHandler extension.
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
February 18, 2011 10:58
ApplicationComponents slow down the startup. It would be better to have something like that in your plugin.xml:<editorActionHandler action="EditorEnter" implementationClass="com.intellij.codeInsigh...
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
February 18, 2011 13:20
Yes
Community
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 votes
Created
May 25, 2011 09:21
EditorHighlighter is a thing actually used during highlighting. Its most popular implementation just uses SyntaxHighlighter to highlight tokens. But for more complex cases (as in Groovy) we have to...
Community
IntelliJ IDEA Open API and Plugin Development
How to activate a plugin for Groovy files?
0 votes
Created
August 16, 2010 20:38
DomMetaData is an old-fashioned way of saying that an XML tag is more than it seems to be, and it holds some model's element which can be referred to and searched for usages. If a PsiReference.reso...
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
January 12, 2012 20:08
Chris,The article is pretty much outdated, sorry for that. You should always bind TextPanel controls to GenericDomValue's, not JTextField.
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 17, 2012 13:29
Again, it's TextPanel that you should work with in UI designer, not TextControl. It's an (almost) normal JPanel and allows all kinds of customization: size policies, min/max/pref sizes.For editing ...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 19, 2012 17:47
That's not covered in the article but there are some javadocs for it. You should create different DOM interfaces for foo:something and bar:something and annotate them using @Namespace annotation pa...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
April 03, 2012 16:25
IDEA is reading the class file, which may be inconsistent with the source file. Please check that GeneralCommandLine.class contains thie field in question.
Community
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 votes
Created
April 04, 2012 06:25
Yes, when developing a plugin you should specify which versions of IDEA it's compatible with.Is it a plugin module you're doing? Then please check its SDK in Project Structure settings, it should b...
Community
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 votes
«
First
‹
Previous
Next
›
Last
»