What is the Action class of "Run context configuration" and "Debug context configuration" roro co 创建于 2015年10月25日 04:41 I hope invoke "Run context configuration" and "Debug context configuration" in java code
this may not be it, but it can lead somewhere:
https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/external-system-impl/src/com/intellij/openapi/externalSystem/action/ExternalSystemRunConfigurationMenu.java#L62
or this:
https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/lang-impl/src/com/intellij/execution/actions/RunContextAction.java
What about "Debug context ocnfiguration", I doesn't find DebugContextAction
I can't find it either.
Here is something which may be relevant:
https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/script-debugger/debugger-ui/src/org/jetbrains/debugger/RemoteDebugConfiguration.java
I am just searching in intellij-community. Never needed context configuration yet.
Maybe others know.. ?:|
I found the solution, use following code to get configurationSettings
well done!
Thank you for sharing it.