intellij-sdk-docs icon indicating copy to clipboard operation
intellij-sdk-docs copied to clipboard

Update run configuration tutorial with newer APIs

Open takanuva15 opened this issue 4 years ago • 1 comments

The run configuration tutorial currently shows the usage of very old interfaces even though much newer, cleaner interfaces are now available in the IntelliJ API. I updated the code samples to show the usage of the new APIs and left a note in there about the "original" way to do it by implementing ConfigurationType.

I have also updated the code samples to use one of the newer APIs and tested that it's working correctly: image

I noticed that there is pretty much no documentation for the classes in runConfigurationType.kt. Do we want to add something there? (I can write up another gist for that if so)

takanuva15 avatar Mar 20 '21 19:03 takanuva15

Thanks, will be incorporated via "global" issue https://youtrack.jetbrains.com/issue/IJSDK-95

YannCebron avatar Mar 22 '21 17:03 YannCebron

Thank you for the PR, but the Run Configuration docs were massively reworked, and your PR became obsolete (see https://github.com/JetBrains/intellij-sdk-docs/pull/1065). All the changes are covered.

karollewandowski avatar Jun 15 '23 08:06 karollewandowski