Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Abrodsky
Total activity
23
Last activity
February 21, 2025 08:59
Member since
October 19, 2024 14:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (13)
Sort by recent activity
Recent activity
Votes
Created
February 21, 2025 08:59
Thanks Jacky Liu that was very helpful!
Community
IntelliJ IDEA Users
Understanding plug-in interactions/security
0 votes
Created
December 17, 2024 13:30
Hi Karol,Thanks! That fixed it. I missed the requirement in the Javadoc. Note: I could not find the VetoableProjectManagerListener interface in the list of all extensions and listeners. (http...
Community
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 votes
Created
December 17, 2024 12:13
Hi Karol,I think I solved it in a relatively light-weight manner. I added the VetoableProjectManagerListener, but it does not fire (does not call canClose()) I suspect this maybe because it is a r...
Community
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 votes
Created
December 17, 2024 10:05
Hi Karol,Thanks! I did pass false for async. I just tried com.intellij.openapi.vfs.VirtualFileSystem.refresh(false) , but alas, that did not fix the issue. It's not critical in the sense that ...
Community
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 votes
Created
December 16, 2024 18:27
Quick update: I tried using VfsUtil#markDirtyAndRefresh. This did not solve the problem.
Community
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 votes
Created
December 16, 2024 16:16
Hi Karol,Thank you! The plug-in I am developing creates a testing (as in school/university) environment for a programming test. When a project is closed, the student's code is packaged up to be s...
Community
IntelliJ IDEA Open API and Plugin Development
Null pointer exception on quitting IntelliJ due to plugin cleanup on project close.
0 votes
Created
November 24, 2024 13:47
Hi Karol,Thanks! That seemed to fix the problem. I did need to wrap the call to FileEditorManager#closeFile with a ApplicationManager#invokeLater to make it work.Thanks for your help!Sincerely,...
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid a race condition when a file is being opened in the Editor (Intellij)
0 votes
Created
November 15, 2024 16:32
Hi Karol,Thanks! I only realized 60 minutes ago that MavenDependencyUtil is only used to add libraries when running tests. So, I withdraw that thought. I also realized I needed to reload the pl...
Community
IntelliJ IDEA Open API and Plugin Development
Have plugin automatically configure Unit (JavaTestFramework not found)
0 votes
Created
November 15, 2024 09:46
Quick Addendum: Is this the better way?MavenDependencyUtil.addFromMaven(…);
Community
IntelliJ IDEA Open API and Plugin Development
Have plugin automatically configure Unit (JavaTestFramework not found)
0 votes
Created
November 13, 2024 09:28
Hi Yann,Thank you! That did it. I realized yesterday that I needed to use a Reader for text/html, and that got me half-way. But, I did not realize that the Flavor had to be an exact match for all...
Community
IntelliJ IDEA Open API and Plugin Development
Ensuring the clipboard has the same text regardless of flavour
0 votes
Next
›
Last
»