Abrodsky
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
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... -
-
Abrodsky commented, -
Abrodsky created a post, AnsweredHave 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... -
-
-
-
-
Abrodsky created a post, AnsweredEnsuring 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. ...