主页
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年03月20日 08:49
What is the problem exactly? It inherits from JComponent so it"s a Swing component you can use as JTextField.
社区
IntelliJ IDEA Open API and Plugin Development
Provide Auto-complete in a text field(JTextField)
0 票
创建于
2015年03月20日 09:43
show the whole stacktrace of exception, please
社区
IntelliJ IDEA Open API and Plugin Development
Provide Auto-complete in a text field(JTextField)
0 票
创建于
2015年04月17日 07:34
What is unclear about my answer herehttps://devnet.jetbrains.com/message/5539934The samples are there, see https://github.com/JetBrains/intellij-community/tree/master/samples
社区
IntelliJ IDEA Open API and Plugin Development
Where do I download the sample plugins?
0 票
创建于
2015年04月14日 08:10
FileEditorProvider implementations are registered via Extension Point with name com.intellij.openapi.fileEditor.FileEditorProvider#EP_FILE_EDITOR_PROVIDERSee https://confluence.jetbrains.com/displa...
社区
IntelliJ IDEA Open API and Plugin Development
How to register new FileEditorProvider in system?
0 票
创建于
2015年04月14日 08:24
There are many samples in IntelliJ Community Edition source codefor example, org.intellij.images.editor.impl.ImageFileEditorProvider which is registered in images/src/META-INF/ImagesPlugin.xml
社区
IntelliJ IDEA Open API and Plugin Development
How to register new FileEditorProvider in system?
0 票
创建于
2014年05月19日 19:03
It seems com.intellij.lang.annotation.ExternalAnnotator might be suitable here. You can then register highlighting without PSI using com.intellij.lang.annotation.AnnotationHolder with TextRange par...
社区
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 票
创建于
2015年04月21日 21:13
Currently you'll have to register your annotator for every supported language explicitly. What kind of data do you provide that language/filetype does not matter at all?
社区
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 票
创建于
2015年04月18日 09:45
Could you please attach the JAR you uploaded to plugin repository?
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not listed for any product
0 票
创建于
2015年05月21日 08:05
No, there is no API or builtin functionality for that.
社区
IntelliJ IDEA Open API and Plugin Development
Adding a terms of service for a plugin?
0 票
创建于
2015年04月30日 07:20
Yes, this is possible using DomExtender and adding additional DOM for the element. http://confluence.jetbrains.com/pages/viewpage.action?pageId=15799219You can find the existing DOM for JEE Batch i...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a simple way how to customize one of predefined XML Schemas for XmlLikeFileType?
0 票
«
第一页
‹
上一页
下一页
›
最后
»