Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Reto Merz
Total activity
16
Last activity
November 15, 2021 16:51
Member since
March 03, 2015 23:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (4)
Comments (6)
Sort by votes
Recent activity
Votes
Edited
November 15, 2021 16:51
Hello, No I have not specify runForWholeFile in the plugin.xml (seems also not possible since the property i not in com.intellij.codeInspection.InspectionEP). Please find below a reproducer. This i...
Community
IntelliJ IDEA Open API and Plugin Development
Inspection with runForWholeFile=true: Clear existing problems
0 votes
Created
November 09, 2021 09:09
Hello, Maybe these code snippets help you FileEditorManagerEx editorManager = FileEditorManagerEx.getInstanceEx(project);for (EditorWindow editorWindow : editorManager.getWindows()) { for (Map.E...
Community
IntelliJ IDEA Open API and Plugin Development
How to enumerate editors and know their locations in Intellij Platform SDK?
0 votes
Created
October 10, 2020 13:28
Hello Ruslan Kuleshov, Thank you for your help. You are right, the problem is fixed after removing the "buildtags" URL - which seems to be added by default by IDEA -through the "Configure branches"...
Community
IntelliJ IDEA Users
Disable IDEA's SVN "buildtags" scanning
0 votes
Edited
June 08, 2020 12:55
FYI: After two years, I have received a second report of that issue. Here is the stack (reporter has not mentioned the IDEA version): {code} Outdated stub in index: file://c:/path/to/JavaSourceFile...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid "Outdated stub in index" error?
0 votes
Created
March 04, 2015 18:40
Hello Dmitry,Thanks for this hint! I had to do some more changes but now it works as expectedBest Regards
Community
IntelliJ IDEA Open API and Plugin Development
PsiUtil.resolveClassInType not work in unit tests (testFramework)
0 votes
Created
December 28, 2015 20:54
Hi,Thanks!It was exactly what I was looking for.
Community
IntelliJ IDEA Open API and Plugin Development
Add additional action to FileHistoryPanelImpl WITHOUT own VcsProvider
0 votes