Patryk Łęczycki
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Patryk Łęczycki 创建了一个帖子, 已回答Custom annotations constantly showing and disappearing
Hello, I have implemented given class:class DuplicateAnnotator extends PsiElementVisitor implements AnnotatorInside there is given annotate() method:@Overridepublic void annotate(@NotNull PsiElemen... -
-
Patryk Łęczycki 创建了一个帖子, 已回答Prevent code suggesting process cancelation on Space press
In my project I have custom code suggestion provider designed for Gherkin language.Everything works fine until I press space - then suggestion popup disappears. I guess it is expected IntelliJ beha... -
-
-
Patryk Łęczycki 创建了一个帖子, 已回答Adding Gutter Icon depending on line highlight/console output
Hello, currently I managed to highlight lines of code programatically. I would like to add custom gutter icon for highlighted lines. Is there any way to verify if certain PsiElement is placed on hi... -
-
-
Patryk Łęczycki 创建了一个帖子, 已回答Is there a way to display gutter icons during execution?
I created given RelatedItemLineMarkerProvider implementation:public class FserLineMarker extends RelatedItemLineMarkerProvider { @Override protected void collectNavigationMarkers(@NotN...