主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Patryk Łęczycki
活动总数
13
最后的活动
2024年06月22日 15:23
成员加入日期
2023年09月15日 07:34
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(4)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2023年12月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Adding Gutter Icon depending on line highlight/console output
1 票
创建于
2023年12月18日 12:08
Hi Karol,Thank you for the hint, I managed to modify suggestion behavior with custom CharFilter.
社区
IntelliJ IDEA Open API and Plugin Development
Prevent code suggesting process cancelation on Space press
0 票
已编辑于
2023年11月23日 12:34
Hi Karol,At the moment I am using custom implementation of OutputToGeneralTestEventsConverter with given processServiceMessages() method:@Overrideprotected boolean processServiceMessages(final Stri...
社区
IntelliJ IDEA Open API and Plugin Development
Adding Gutter Icon depending on line highlight/console output
0 票
创建于
2023年09月18日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 票
已编辑于
2023年09月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 票