主页
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年09月19日 23:44
You'll need to add any 3rd party plugin JAR to your SDK, not as library. See http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
社区
IntelliJ IDEA Open API and Plugin Development
Problem with 0xDBE.jar
0 票
创建于
2015年09月30日 07:27
See com.intellij.navigation.GotoClassContributor
社区
IntelliJ IDEA Open API and Plugin Development
Create custom "navigate to class"
0 票
创建于
2015年11月15日 09:27
Indeed, Annotator and Inspections rely on PSI. You should be able to use TextEditorHighlightingPass, see org.jetbrains.idea.devkit.testAssistant.TestDataHighlightingPass for a sample.
社区
IntelliJ IDEA Open API and Plugin Development
non psi-based structured view
0 票
创建于
2015年12月01日 22:20
Please give the exact error message you get.
社区
IntelliJ IDEA Open API and Plugin Development
Editing an XMLFile gives a read-only error
0 票
创建于
2015年11月30日 11:28
No, this is not possible unless you modify internal configuration files. What is your use case?
社区
IntelliJ IDEA Open API and Plugin Development
How to change IDEA splash screen by a plugin
0 票
创建于
2015年11月30日 07:59
Please see IndexNotReadyException javadoc (which it tells you in the exception message :-)) to see solutions.
社区
IntelliJ IDEA Open API and Plugin Development
IndexNotReadyException when add files/directories using ModuleBuilderListener
0 票
创建于
2015年11月25日 15:11
Please see com.intellij.codeInsight.intention.IntentionAction#startInWriteAction
社区
IntelliJ IDEA Open API and Plugin Development
Use TextFieldWithAutoCompletion inside Intention
0 票
创建于
2015年11月23日 09:49
I'd strongly suggest to use DOM API to work on a higher-level abstraction than "plain" PSI. http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html
社区
IntelliJ IDEA Open API and Plugin Development
How to write an XML plugin for mavenized Android projects?
0 票
创建于
2015年12月18日 17:36
Brent, you're right. It has been updated a few months ago actually https://github.com/JetBrains/intellij-sdk-docs/commit/568ea64319465d63c3f2a88608e0b3da95cbe27e#diff-90ac7a9fd72c984d13bb037807f0f9...
社区
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 票
创建于
2015年12月08日 09:32
You can register your DTD with bundled version packaged in your plugin via EP com.intellij.javaee.StandardResourceProvider
社区
IntelliJ IDEA Open API and Plugin Development
refer to DTD in the plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»