Mateusz Stefaniak
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How to force annotator to update?
Hi, How to force annotator to update after custom quick-fix action? I tried "DaemonCodeAnalyzer.getInstance(project).restart()" with no luck. -
已编辑于 NavigationGutterIconBuilder ignores setCellRenderer
Hi, I have the following code: NavigationGutterIconBuilder<PsiElement> builder = NavigationGutterIconBuilder.create(AllIcons.FileTypes.XsdFile) .setTargets(targets) ...