Mateusz Stefaniak
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Mateusz Stefaniak created a post, 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. -
Mateusz Stefaniak created a post, NavigationGutterIconBuilder ignores setCellRenderer
Hi, I have the following code: NavigationGutterIconBuilder<PsiElement> builder = NavigationGutterIconBuilder.create(AllIcons.FileTypes.XsdFile) .setTargets(targets) ...