Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ex3m1024
Total activity
16
Last activity
October 17, 2019 12:36
Member since
January 07, 2019 09:11
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
4
Activity overview
Posts (4)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
January 21, 2019 12:16
Thanks, worked like a charm! For future reference, here's what I had to do: LightVirtualFile lightVirtualFile = new LightVirtualFile("", new JsonFileType(), params);Document document = FileDocument...
Community
IntelliJ IDEA Open API and Plugin Development
Editor syntax highlighting without specifying extension
0 votes
Created
January 07, 2019 12:21
After hours of googling and experimenting... This kinda did the job, but not sure if this is the correct approach: Window window = WindowManagerEx.getInstanceEx().getMostRecentFocusedWindow();Edito...
Community
IntelliJ IDEA Open API and Plugin Development
How to obtain scratch file tab name (for a DB connection)
0 votes