Eugene Berman
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Eugene Berman created a post, AnsweredJSON plugin dependency cannot be resolved?
I just uploaded a new version of the plugin and the verification failed: IntelliJ IDEA Ultimate 2024.3 eap (243.15521.24)1 missing mandatory dependency. 1 possible compatibility problem, some of wh... -
-
-
-
Eugene Berman created a post, AnsweredallowSlowOperations deprecated?
Here's another one I stumbled upon. My plugin has to search for all files with certain extension within a project, e.g.Collection<VirtualFile> libs = FilenameIndex.getAllFilesByExt(project, "libson... -
-
Eugene Berman created a post, AnsweredPsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
My plugin has a custom editor implementation and in my editor provider class it overrides the createEditor method. However, after upgrading to 2023.2.5 it is never invoked, and when I run the plugi... -
-
-
Eugene Berman created a post, AnsweredHow to display inline values in the editor?
I'm implementing a custom debugger for a custom language and during the debug session I would like to display inline values in the editor, in a same way java debugger displays values in grey italic...