Abrodsky

- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Abrodsky commented, -
Abrodsky created a post, AnsweredUnderstanding plug-in interactions/security
Hi, This is more of a why question (low priority) than a how question:Background: I am developing a plug in for intellij that I am hoping to make as resistant as possible to interference from othe... -
-
-
-
-
-
Abrodsky created a post, AnsweredNull pointer exception on quitting IntelliJ due to plugin cleanup on project close.
Hello, I am experiencing a Null Pointer exception that appears to be caused when my plug in runs on project close.Error:2024-12-12 11:04:29,693 [ 49583] SEVERE - #c.i.u.c.BoundedTaskExecutor - Ca... -
-
Abrodsky created a post, AnsweredHow to avoid a race condition when a file is being opened in the Editor (Intellij)
Hi,I am trying to solve what appears to be a race condition where FileEditorManagerOpenFileListener#fileOpened is called, the listener closes the file that was just opened using FileEditorManager#c...