主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Artsiom Chapialiou
活动总数
239
最后的活动
2023年11月03日 11:06
成员加入日期
2017年10月15日 18:13
关注
0 名用户
关注者数
0 名用户
投票数
141
订阅数
42
活动概览
帖子(15)
评论(41)
按最近的活动排序
最近的活动
投票数
创建于
2020年01月06日 03:36
Attribute `version` is a value for the <version> tag in plugin.xml https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl
社区
IntelliJ IDEA Open API and Plugin Development
edit Plugin version number
0 票
创建于
2020年01月06日 03:26
You need to define a refactoring support provider: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/reference_contributor.html#define-a-refactoring-support-provider
社区
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 票
创建于
2019年12月20日 22:23
Unfortunately, RTFM is a valid answer for any question as well as not helpful at all... In my case, I need to determine the caret position from com.intellij.lang.documentation.DocumentationProvider...
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
创建于
2019年11月08日 20:37
The answer seems to be outdated, despite still referenced from http://www.jetbrains.org/intellij/sdk/docs/faq.html. Both `com.intellij.ide.DataManager#getDataContext()` and `com.intellij.openapi.ac...
社区
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 票
创建于
2019年08月26日 20:51
To clarify Yann Cebron answer: marketplace plugins are available to users in IJ Community Edition (see for example https://plugins.jetbrains.com/plugin/12869-cmake-plus ). AFAIK Licence checking is...
社区
IntelliJ IDEA Open API and Plugin Development
Paid plugin developed on Community Edition?
0 票
创建于
2019年05月25日 03:00
Any updates from CMake support developers team?... CPP-15012 is still marked as not resolved. And as far as I can see through decompiled clion.jar (191.7141.37), neither CMakeArgumentImpl nor CMake...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2019年01月04日 02:56
Playing around com.intellij.codeInsight.TargetElementEvaluatorEx2, got next questions: Looks like its already implemented and loaded in builtin Cmake plugin: <targetElementEvaluator language="CMake...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2018年12月28日 20:14
Thank you! Will definitely look into TargetElementEvaluatorEx2 to see how it may help. (Actually, bumped into that class few times while wandering through IDEA source, but didn't carefully explore ...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2018年12月28日 03:45
Sorry for the long delay here... After meditation for a few weeks on what Peter said above and digging into IDEA source code and its plugins, I found the next: It's not possible to extend any refer...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2018年11月07日 21:26
I've been not correct about adding the same functionality to "Default" scheme if declare only "Darcula" one. It happened only in the Settings preview. After changing Schema everything work as expec...
社区
IntelliJ IDEA Open API and Plugin Development
TextAttributesKey: how to modify it's TextAttributes?
0 票
«
第一页
‹
上一页
下一页
›
最后
»