主页
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年11月06日 18:50
Thank you guys for your responses! Looks like Rustam Vishnyakov suggestion works the best in my case. Just a few questions: <additionalTextAttributes scheme="Darcula" file="colorSchemes/JdcrLangDef...
社区
IntelliJ IDEA Open API and Plugin Development
TextAttributesKey: how to modify it's TextAttributes?
0 票
创建于
2018年04月16日 20:30
Recent update. Dealing with `factoryClass` works fine if we need to provide a specific implementation (let say Annotator) depending on a platform we started under. <annotator language="CMake" ...
社区
IntelliJ IDEA Open API and Plugin Development
if-else logic in plugin dependencies?
0 票
创建于
2018年04月12日 23:14
Thank you @Bhandy! I've started looking to that direction of managing extensions from the java code somehow and even found quite promising method `com.intellij.lang.LanguageAnnotators.INSTANCE.addE...
社区
IntelliJ IDEA Open API and Plugin Development
if-else logic in plugin dependencies?
0 票
创建于
2018年04月12日 16:42
Thank you for your response. It's a shame we don't have that condition logic in plugin.xml. Conditioning dependencies will make very simple and elegant solution. Unfortunately, replacing dependency...
社区
IntelliJ IDEA Open API and Plugin Development
if-else logic in plugin dependencies?
0 票
创建于
2018年03月22日 20:04
1. Looks like we still have misunderstanding what we need to highlight in case of set( va|r1 1) and message(${va|r1} Because of dual nature of unquoted_argument it can be variable declaration (im...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple declarations highlighting issues in IDEA
0 票
创建于
2018年03月15日 22:10
Thank you, Alexey for taking a look! 1. setName, getName, getNameIdetifier already implemented in CMakePsiImplUtil: public class CMakePsiImplUtil { @NotNull public static String getName(CMakeUnqu...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple declarations highlighting issues in IDEA
0 票
创建于
2018年03月09日 02:08
Works like a charm, Thank you! Just would like to notice for those who will be looking for a solution. All PsiElements already implement NavigationItem (from ancestor PsiElementBase). So we just n...
社区
IntelliJ IDEA Open API and Plugin Development
Customizing "Choose Declaration" dialog
0 票
创建于
2018年03月08日 19:46
Thanks, guys! Your arguments against changing PSI while annotating document are clear and have points. Lets me explain my problem, hope you might give me a better way to solve it then I found. I ha...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2018年03月07日 21:05
Peter Gromov: Thank you for your response. That's just very draft prototyping to see if the idea works at all. Sure PSI tree modification should be in a separate method. At the moment function gin...
社区
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 票
创建于
2018年03月07日 18:37
Hi, Alexey! Thnk you for your response! I extend com.intellij.psi.PsiPolyVariantReferenceBase which override isReferenceTo method in the proper way: @Overridepublic boolean isReferenceTo(PsiElement...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple declarations highlighting issues in IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»