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
July 15, 2011 14:41
This feature is not supported for Velocity yet. If you please file a feature request for it.
Community
IntelliJ IDEA Open API and Plugin Development
Internationalization support in Velocity?
0 votes
Created
August 16, 2010 21:45
Almost correct, except that there will be no self-reference at all (but the find usages from the id should nevertheless work). If something goes wrong, please do post the problems here.
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
January 09, 2012 09:58
This should have worked automatically, but looking at the code I can't see how. It appears that currently there's no such way, and this is a bug to be fixed. Could you file it to YouTrack please?
Community
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 votes
Created
January 16, 2012 18:49
Don't create TextControl by yourself. You add a TextPanel in the UI designer, name it after the GenericDomValue property you want to edit, call bindProperties(); from your constructor (assuming tha...
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 19, 2012 17:43
Interesting. Can you do it with a usual JPanel?
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
January 20, 2012 15:47
What are the relevant properties in inspector? I mean horizontal/vertical size policies, pref/min/max sizes, etc.?
Community
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 votes
Created
April 03, 2012 17:54
On the runtime the .class version is used, so it's the correct one. Just ensure that the jars and the sources are from the same version of IDEA, I'd suggest to create the library (or IDEA SDK, if y...
Community
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 votes
Created
May 31, 2012 18:45
May I ask what the purpose of the plugin is? Perhaps that's something we could add on our side.To your questions:1. You should check the context in your contributor yourself using CompletionParamet...
Community
IntelliJ IDEA Open API and Plugin Development
Adding to java auto-complete options in the relevant context and at the correct position.
0 votes
Created
June 19, 2012 08:21
To reformat the code in your InsertHandler:1. Commit the document via context.commitDocument to make sure PSI and document are synchronized.2. Move the caret (editor.getCaretModel().moveToOffset) w...
Community
IntelliJ IDEA Open API and Plugin Development
Reformat code after inserting it with CodeCompletion
0 votes
Created
June 25, 2012 10:33
This should be the item you're completing, most probably the result of LookupElement.getObject(). Or some fake PSI element if your object is not a PSI element. The main thing should be that your Do...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 votes
«
First
‹
Previous
Next
›
Last
»