主页
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年02月16日 15:33
How do you register your action? You should probably use editorActionHandler extension.
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年02月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年02月18日 13:20
Yes
社区
IntelliJ IDEA Open API and Plugin Development
Language Console autocomplete popup problem
0 票
创建于
2011年05月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to activate a plugin for Groovy files?
0 票
创建于
2010年08月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and DOM
0 票
创建于
2012年01月12日 20:08
Chris,The article is pretty much outdated, sorry for that. You should always bind TextPanel controls to GenericDomValue's, not JTextField.
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年01月17日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年01月19日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Accessing XML through IDEA DOM and UI problems
0 票
创建于
2012年04月03日 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.
社区
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 票
创建于
2012年04月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
jIDEA is not finding anything ! (is this a bug?)
0 票
«
第一页
‹
上一页
下一页
›
最后
»