主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2011年07月15日 14:41
This feature is not supported for Velocity yet. If you please file a feature request for it.
社区
IntelliJ IDEA Open API and Plugin Development
Internationalization support in Velocity?
0 票
创建于
2010年08月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2012年01月09日 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?
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2012年01月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年01月19日 17:43
Interesting. Can you do it with a usual JPanel?
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年01月20日 15:47
What are the relevant properties in inspector? I mean horizontal/vertical size policies, pref/min/max sizes, etc.?
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年04月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 票
创建于
2012年05月31日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Adding to java auto-complete options in the relevant context and at the correct position.
0 票
创建于
2012年06月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Reformat code after inserting it with CodeCompletion
0 票
创建于
2012年06月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation for LookupItems
0 票
«
第一页
‹
上一页
下一页
›
最后
»