Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Eugene Berman
Follow
New posts
New posts and comments
Total activity
25
Last activity
January 11, 2022 18:12
Member since
December 03, 2021 15:27
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
6
Activity overview
Posts (5)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
January 11, 2022 18:12
nm, I realized my path was wrong, everything looks good now, thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 votes
Created
January 11, 2022 18:05
I tried the IntelliLang approach but it cannot find my injections config file. In my plugin.xml it looks like this: <extensions defaultExtensionNs="org.intellij.intelliLang"> <injectionConfig conf...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 votes
Created
January 11, 2022 17:36
Yes, the target XML tag has language XML, I verified that. I tried something else - I implemented a MultiHostInjector and now I do see the code highlighting, but the formatting still does not work...
Community
IntelliJ IDEA Open API and Plugin Development
Language injection not working
0 votes
Created
January 05, 2022 15:26
Thanks, Yann, this should work. One last question is, can I limit the `checkConfiguration` calls to only when the run configuration is executed in the debugger (i.e. when a user clicks on the Debug...
Community
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 votes
Created
January 03, 2022 15:24
Well, I was able to solve this partially, not sure if this is a right approach, but I can get hold of the process handler, e.g. javaDebugProcess.getProcessHandler() And then I use the following cod...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to get the process id of the java process that is currently running in the run dialog?
0 votes
Created
December 21, 2021 16:54
Still trying to find a good solution. At the very least, how can I check before the debugger execution that the current project/module dependencies contain a certain dependency and if not, display ...
Community
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 votes
Created
December 20, 2021 15:39
Yes, I did create my own run configuration type, but since the projects I intend to run are maven-based, I extended maven run configuration classes. That's why I'm asking how to do this. The reason...
Community
IntelliJ IDEA Open API and Plugin Development
Add maven dependency on the fly?
0 votes
Created
December 16, 2021 14:54
But then is it possible to unregister the default action or at least disable it when I'm in the context of debugging a certain project?
Community
IntelliJ IDEA Open API and Plugin Development
Questions about expression evaluator in custom debugger
0 votes
Created
December 15, 2021 18:54
I went as far as adding `<xdebugger.support ...` to my `plugin.xml`, and I created an override for the getEvaluateHandler() method: @Override@NotNullpublic DebuggerActionHandler getEvaluateHandler(...
Community
IntelliJ IDEA Open API and Plugin Development
Questions about expression evaluator in custom debugger
0 votes
Edited
December 15, 2021 17:53
Thanks, Egor, so looks like I should start with overriding the Evaluate action, correct? What is the ID of the action and how can I override it?
Community
IntelliJ IDEA Open API and Plugin Development
Questions about expression evaluator in custom debugger
0 votes
1
2
›
»