主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2016年03月16日 15:33
It can't match your "ext" filetype because the registration of <fileTypeFactory> assigning your custom filetype is commented out in plugin.xml. After this it works for me.
社区
IntelliJ IDEA Open API and Plugin Development
Create Source Editor in Android Studio Community Edition.
0 票
创建于
2016年03月16日 16:10
I see, clear out the sandbox directory configured in SDKs->IJ SDK->"Sandbox Home"
社区
IntelliJ IDEA Open API and Plugin Development
Create Source Editor in Android Studio Community Edition.
0 票
创建于
2016年03月17日 18:47
There's com.intellij.psi.util.MethodSignatureUtil#areSignaturesEqual()
社区
IntelliJ IDEA Open API and Plugin Development
Comparing two PsiMethods
0 票
创建于
2016年03月17日 18:51
I'd highly recommend to use the provided Gradle support when creating new plugin http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system.html
社区
IntelliJ IDEA Open API and Plugin Development
What language can I write my Plugin in?
0 票
创建于
2016年03月29日 15:04
There is no central overview of all changes or dedicated release notes for API changes. As for StoragePathMacros#PROJECT_FILE, this can be removed completely AFAIU.
社区
IntelliJ IDEA Open API and Plugin Development
IDEA 2016.1 changes in SDK
0 票
创建于
2016年03月29日 15:09
See com.intellij.psi.codeStyle.CodeStyleSchemes or corresponding class for above dialog com.intellij.application.options.codeStyle.ManageCodeStyleSchemesDialog
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically select code style
0 票
创建于
2016年01月23日 08:06
There is no direct support for doing this. You can use com.intellij.openapi.startup.StartupActivity to show a notification after IDE startup and store license agreement status e.g. in com.intellij....
社区
IntelliJ IDEA Open API and Plugin Development
How can i add a 'license aggreement' to my own plugin?
0 票
创建于
2016年01月27日 06:41
There is no ready-made example for this, just look for usages of above mentioned classes in IntelliJ Community Edition sources.
社区
IntelliJ IDEA Open API and Plugin Development
Extending text editor as web.xml editor
0 票
创建于
2016年01月28日 10:15
正式评论
see com.intellij.openapi.fileEditor.OpenFileDescriptor
社区
IntelliJ IDEA Open API and Plugin Development
Jump to Source code programmatically from tool window
0 票
创建于
2016年02月03日 08:28
正式评论
If I understand correctly, you should implement your own ModificationTracker which gets incremented by the "Refresh" button and return it from com.intellij.spring.model.custom.CustomModuleComponent...
社区
IntelliJ IDEA Open API and Plugin Development
Programatically refresh spring bean definitions
0 票
«
第一页
‹
上一页
下一页
›
最后
»