Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Artsiom Chapialiou
Total activity
239
Last activity
November 03, 2023 11:06
Member since
October 15, 2017 18:13
Following
0 users
Followed by
0 users
Votes
141
Subscriptions
42
Activity overview
Posts (15)
Comments (41)
Sort by recent activity
Recent activity
Votes
Created
January 06, 2020 03:36
Attribute `version` is a value for the <version> tag in plugin.xml https://github.com/JetBrains/gradle-intellij-plugin#patching-dsl
Community
IntelliJ IDEA Open API and Plugin Development
edit Plugin version number
0 votes
Created
January 06, 2020 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
Community
IntelliJ IDEA Open API and Plugin Development
How do I enable in-place rename? Renaming via dialog works fine.
0 votes
Created
December 20, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 votes
Created
November 08, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get cursor position in the current editor?
0 votes
Created
August 26, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
Paid plugin developed on Community Edition?
0 votes
Created
May 25, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 votes
Created
January 04, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 votes
Created
December 28, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 votes
Created
December 28, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
PsiElement.replace() proper way to do?
0 votes
Created
November 07, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
TextAttributesKey: how to modify it's TextAttributes?
0 votes
«
First
‹
Previous
Next
›
Last
»