Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikinw
Total activity
6
Last activity
December 21, 2021 11:10
Member since
November 18, 2013 10:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
December 21, 2021 11:10
Ah indeed. I haven't realized I used a different HashMap. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Why the HashMap class is marked as "Deprecated classes usages" by IntelliJ Plugin Verifier?
0 votes
Created
November 19, 2013 13:16
I've found it:EditorWindow[] windows = fileEditorManagerEx.getWindows();though EditorWindow nextWindowPane = fileEditorManagerEx.getNextWindow(activeWindowPane); only returns splitters on the same ...
Community
IntelliJ IDEA Open API and Plugin Development
Get list of windows associated with the project
0 votes