Patryk Łęczycki
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Edited Custom annotations constantly showing and disappearing
AnsweredHello, I have implemented given class:class DuplicateAnnotator extends PsiElementVisitor implements AnnotatorInside there is given annotate() method:@Overridepublic void annotate(@NotNull PsiElemen... -
Created Prevent code suggesting process cancelation on Space press
AnsweredIn 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... -
Edited Adding Gutter Icon depending on line highlight/console output
AnsweredHello, 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... -
Edited Is there a way to display gutter icons during execution?
AnsweredI created given RelatedItemLineMarkerProvider implementation:public class FserLineMarker extends RelatedItemLineMarkerProvider { @Override protected void collectNavigationMarkers(@NotN...