主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Artsiom Chapialiou
活动总数
239
最后的活动
2023年11月03日 11:06
成员加入日期
2017年10月15日 18:13
关注
0 名用户
关注者数
0 名用户
投票数
141
订阅数
42
活动概览
帖子(15)
评论(41)
按最近的活动排序
最近的活动
投票数
创建于
2018年04月27日 16:44
Hi Lev. Semantic analysis (as well as additional highlighting and many other things) are usually done through Annotators and Inspections. I didn't check if it possible to apply them to the piece of...
社区
IntelliJ IDEA Open API and Plugin Development
How to integrate a Java language block/fragment into a custom language plugin
2 票
创建于
2018年03月02日 21:38
Not sure if it's fully related to that topic but I think that may be helpful for the people implementing Java injection into their plugin's PSI tree: Java language injection into JFlex
社区
IntelliJ IDEA Open API and Plugin Development
How to integrate a Java language block/fragment into a custom language plugin
2 票
创建于
2018年06月12日 19:06
That may help: [JavaDoc Clean Read]( https://plugins.jetbrains.com/plugin/10828-javadoc-clean-read ) plugin for IntelliJ platform IDEs.Let me know in issue tracker if any issue or needs in functio...
社区
IntelliJ IDEA Users
WYSIWYG Javadoc viewer/editor?
1 票
创建于
2021年03月27日 11:53
For the cases like mine: offset in the editor needed for use in DocumentationProvider#generateDoc the simplest workaround is overriding DocumentationProvider#getCustomDocumentationElement and use(r...
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
创建于
2021年03月27日 11:28
Since 201 the PsiEditorUtil.findEditor(psiElement); seems to be the easiest solution to obtain Editor (require EDT)
社区
IntelliJ IDEA Open API and Plugin Development
how to get the Editor from PsiElement?
0 票
创建于
2021年03月27日 11:28
Since 201 the PsiEditorUtil.findEditor(psiElement); seems to be the easiest solution to obtain Editor (require EDT)
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
已编辑于
2020年10月25日 12:59
Recent update:Simplest but error prone way with usage of deprecated DataManager#getDataContext() is: int offset = CommonDataKeys.CARET.getData(DataManager.getInstance().getDataContext()).getOffset(...
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
创建于
2020年06月02日 17:09
Java instrumentation. Be prepared, this is the "dark side".
社区
IntelliJ IDEA Open API and Plugin Development
Changing the funcionality of an existing component
0 票
创建于
2020年05月20日 10:22
Looking into commit history it was added at https://github.com/JetBrains/intellij-community/commit/5c03fd94b29e3ff99ffdb2064a6e8d738502c257 And the earliest branch with this commit is: idea/193.295...
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
创建于
2020年05月20日 10:03
Yann, could you please give a clue starting what Idea version BulkAwareDocumentListener is added? It's not presented at 192
社区
IntelliJ IDEA Open API and Plugin Development
PsiTreeChangeListener code tracking
0 票
下一页
›
最后
»