Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Eugene Berman
Total activity
24
Last activity
November 15, 2024 14:37
Member since
September 11, 2023 15:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (6)
Comments (11)
Sort by recent activity
Recent activity
Votes
Created
November 15, 2024 14:37
Sorry to resurrect this old thread, but I'm still seeing this issue. Just to clarify, is all that's required is to add the dependency to the plugin.xml, i.e. <depends>com.intellij.modules.json</dep...
Community
IntelliJ IDEA Open API and Plugin Development
JSON plugin dependency cannot be resolved?
0 votes
Created
September 10, 2024 14:26
I managed to override createFileEditor() but I'm getting the error Access is allowed from Event Dispatch Thread (EDT) only when instantiating my editor inside the method - which does make sense - b...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 votes
Created
September 10, 2024 14:13
Hmm, sorry, I have to reopen this issue - after upgrading to 2024.2.1 the createEditorBuilder() is not called either, and as a result, my custom editor is not created. What is the proper/recommende...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 votes
Created
July 14, 2024 20:18
Check the plugin for Apache Camel: https://github.com/camel-tooling/camel-idea-pluginBasically the idea is to generate a custom POM on the fly and include the dependencies there. Here's the code: h...
Community
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 votes
Created
November 15, 2023 17:29
I implemented the createEditorBuilder method and now the plugin works with 2023.2.5 but fails to compile with 2023.1.5 (obviously) so I'm wondering if the backwards-compatibility here is broken or ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAwareTextEditorProvider.createEditor is never invoked in 2023.2.5?
0 votes
Created
October 30, 2023 16:36
Nm, figured it out, apparently I had to extend XNamedValue instead of XValue, that is sorted out, thank you again for the help!
Community
IntelliJ IDEA Open API and Plugin Development
How to display inline values in the editor?
0 votes
Created
October 30, 2023 14:42
Aha, thanks, Yann, I figured out why the default functionality was not invoked, I had a bug in my computeSourcePosition() implementation, it works now! The only issue is that when I click on the in...
Community
IntelliJ IDEA Open API and Plugin Development
How to display inline values in the editor?
0 votes
Created
October 18, 2023 15:31
Aha, so here's what's happening - the XVariablesViewBase#buildTreeAndRestoreState is called and that's where it gets interesting:Object newEqualityObject = stackFrame.getEqualityObject(); if (newEq...
Community
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 votes
Created
October 18, 2023 13:58
OK, makes sense, but how do I obtain the tree instance so that I can call XDebuggerTreeState.saveState(tree)? I saw the XdebuggerTree.getTree() method but apparently it is intended for use inside t...
Community
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 votes
Created
October 17, 2023 15:18
Thanks, Egor, this helps but I'm still trying to figure out the right place to put this code in. So far I only have my implementations of `XExecutionStack`, `XStackFrame` and `XValue` so I'm not su...
Community
IntelliJ IDEA Open API and Plugin Development
How can I keep the watches tree expanded?
0 votes
Next
›
Last
»