Patryk Łęczycki

- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
已编辑于 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... -
创建于 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... -
已编辑于 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... -
已编辑于 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...