Patryk Łęczycki
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Patryk Łęczycki created a post, AnsweredCustom 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 commented, -
Patryk Łęczycki created a post, AnsweredPrevent 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 created a post, AnsweredAdding 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 created a post, AnsweredIs there a way to display gutter icons during execution?
I created given RelatedItemLineMarkerProvider implementation:public class FserLineMarker extends RelatedItemLineMarkerProvider { @Override protected void collectNavigationMarkers(@NotN...