主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2015年01月15日 08:27
see com.intellij.ide.fileTemplates.FileTemplateGroupDescriptorFactory, you can find usage examples in Community Sources
社区
IntelliJ IDEA Open API and Plugin Development
Html preview tab for markdown
0 票
创建于
2015年01月16日 10:30
You don't need ApplicationComponent here. FileTemplateGroupDescriptorFactory is registered via extension point in plugin.xml, see org.jetbrains.idea.devkit.DevKitFileTemplatesFactory in DevKit plug...
社区
IntelliJ IDEA Open API and Plugin Development
Html preview tab for markdown
0 票
创建于
2015年01月16日 11:03
What does "doesn't work" mean exactly? Did you put <fileTemplateGroup> into proper place in plugin.xml? Any exceptions in idea.log?<extensions defaultExtensionNs="com.intellij"><fileTemplateGroup ....
社区
IntelliJ IDEA Open API and Plugin Development
Html preview tab for markdown
0 票
创建于
2015年01月16日 12:06
your "resources" directoy is not marked as source/resource root
社区
IntelliJ IDEA Open API and Plugin Development
Html preview tab for markdown
0 票
创建于
2015年01月16日 12:29
AFAIR description is not required, but highly recommended. Is your plugin's sources available anywhere? This would make debugging much faster.
社区
IntelliJ IDEA Open API and Plugin Development
Html preview tab for markdown
0 票
创建于
2013年06月24日 09:39
You can always use public static LookupElementBuilder create(@NotNull Object lookupObject, @NotNull String lookupString) {and provide the lookupString explicitly.
社区
IntelliJ IDEA Open API and Plugin Development
Can only capture JSLiteralExpression elements with a PsiReferenceProvider?
0 票
创建于
2015年02月07日 11:37
The "Checkout" Action Group is calculated programmatically, see com.intellij.openapi.vcs.checkout.CheckoutActionGroup.
社区
IntelliJ IDEA Open API and Plugin Development
Add Action to Vcs.Checkout
0 票
创建于
2015年01月27日 18:15
I've checked out the project but it is full of compilation errors. Please include /gen/ in your git repository and fix all other errors (missing imports etc). Please also point me to the exact sour...
社区
IntelliJ IDEA Open API and Plugin Development
Issue with Reference Contributor
0 票
创建于
2015年01月27日 18:56
Ok, while this branch is also full of errors (make sure your package names are all lowercase as directory names, otherwise nobody on file-sensitive FS will be able to work with your project) I foun...
社区
IntelliJ IDEA Open API and Plugin Development
Issue with Reference Contributor
0 票
创建于
2015年02月09日 07:16
com/monkeyscriptplugin/MonkeyScriptFileTypeFactory : Unsupported major.minor version 52.0 [Plugin: com.monkeyscriptplugin]You must compile your plugin with a JDK version compatible to the one you'r...
社区
IntelliJ IDEA Open API and Plugin Development
Custom language plugin shows as enabled in IntelliJ, but doesn't work
0 票
«
第一页
‹
上一页
下一页
›
最后
»