主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月23日 15:33
The registration is <completion.confidence language="JAVA" implementationClass="com.intellij.codeInsight.completion.SkipAutopopupInStrings" id="javaSkipAutopopupInStrings"/>So it should work wit...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年07月24日 07:37
Why are you using " <psi.referenceContributor>" ? This is different EP, you want to use <completion.confidence language="JAVA" implementationClass="yourclass" order="before javaSkipAutopopupInStrin...
社区
IntelliJ IDEA Open API and Plugin Development
How to complete string literal expressions?
0 票
创建于
2014年07月21日 07:50
The linked thread points to com.intellij.openapi.actionSystem.ex.CheckboxAction#createCustomComponent which has a full code sample which you can use as template for your plugin. If you invoke the a...
社区
IntelliJ IDEA Open API and Plugin Development
Invoking CreateClassAction manually
0 票
创建于
2014年07月21日 09:10
You'll have to provide custom "fake" implementation via DataContext passed into ActionEvent (key LangDataKeys.IDE_VIEW) to return proper PsiDirectory via com.intellij.ide.IdeView#getOrChooseDirecto...
社区
IntelliJ IDEA Open API and Plugin Development
Invoking CreateClassAction manually
0 票
创建于
2014年07月14日 15:51
Please make sure the dependency to TestNG-plugin (or any other plugin you're using/extending) is added to your IntelliJ Platform SDK and _not_ to your plugin module directly.
社区
IntelliJ IDEA Open API and Plugin Development
Editing selected Run Configuration programmatically
0 票
创建于
2014年07月15日 07:46
You need to define runtime dependency to TestNG plugin by using corresponding <depends> tag:<depends>TestNG-J</depends>
社区
IntelliJ IDEA Open API and Plugin Development
Editing selected Run Configuration programmatically
0 票
创建于
2014年07月14日 10:51
It works for me, Please double-check you installed it into the installation you're trying to run it with.If it still does not work:What build number of IJ are you using? Did you verify META-INF/plu...
社区
IntelliJ IDEA Open API and Plugin Development
fileTypeFactory isn't getting invoked
0 票
创建于
2014年07月09日 14:42
There's many many examples of this in IntelliJ Community Edition source code. For Example, com.intellij.ide.ui.AppearanceConfigurable
社区
IntelliJ IDEA Open API and Plugin Development
How to Save Customized Settings
0 票
创建于
2014年07月11日 15:04
This PDF is completely out of date, please follow documentation here http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment or just look for examples in Community Edition.Using Propertie...
社区
IntelliJ IDEA Open API and Plugin Development
How to Save Customized Settings
0 票
创建于
2014年07月04日 08:43
Done ;-)
社区
IntelliJ IDEA Open API and Plugin Development
Should I prefix properties in PropertiesComponent?
0 票
«
第一页
‹
上一页
下一页
›
最后
»