Abrodsky
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Abrodsky 进行了评论, -
Abrodsky 创建了一个帖子, 已回答Understanding 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 创建了一个帖子, 已回答Null 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 创建了一个帖子, 已回答How 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...