Abrodsky
- 活动总数 23
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Have plugin automatically configure Unit (JavaTestFramework not found)
已回答Hi,Summary: I am trying to get my plugin to set up JUnit for the user (if it is not set up). However, the code that does this is not exposed in the API.. Background: I am writing a plug-in that i... -
创建于 Ensuring the clipboard has the same text regardless of flavour
已回答Hi,I am working on a plugin which adjusts the text being copied out and pasted into an editor. I have succeeded for the most part: plain text is adjusted and copied to the clipboard as intended. ...