Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Patryk Łęczycki
Total activity
13
Last activity
June 22, 2024 15:23
Member since
September 15, 2023 07:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
December 07, 2023 08:57
Hello Sergey,Sorry for my late response but I had to refactor my code and test everything thoroughly in case of any problems I could consult here. Seems like your solution works perfectly, thank yo...
Community
IntelliJ IDEA Open API and Plugin Development
Adding Gutter Icon depending on line highlight/console output
1 vote
Created
December 18, 2023 12:08
Hi Karol,Thank you for the hint, I managed to modify suggestion behavior with custom CharFilter.
Community
IntelliJ IDEA Open API and Plugin Development
Prevent code suggesting process cancelation on Space press
0 votes
Edited
November 23, 2023 12:34
Hi Karol,At the moment I am using custom implementation of OutputToGeneralTestEventsConverter with given processServiceMessages() method:@Overrideprotected boolean processServiceMessages(final Stri...
Community
IntelliJ IDEA Open API and Plugin Development
Adding Gutter Icon depending on line highlight/console output
0 votes
Created
September 18, 2023 08:58
I want to display execution progress by using gutter icons, so whenever the line of code finishes successfully, I would like to display some success icon. The same goes for failing lines.
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 votes
Edited
September 18, 2023 08:57
Hello Karol,Thanks for your response. Unfortunately, DumbAware probably isn't the thing I'm searching for.Gutter icons being not displayed during the indices update are not the problem, the problem...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 votes