Skip to content

Make plugin compatible with version IDE version 2023.2#12

Merged
petrvecera merged 1 commit intomainfrom
make-the-plugin-work-with-20232
Aug 1, 2023
Merged

Make plugin compatible with version IDE version 2023.2#12
petrvecera merged 1 commit intomainfrom
make-the-plugin-work-with-20232

Conversation

@msvana
Copy link
Copy Markdown
Contributor

@msvana msvana commented Aug 1, 2023

I've tested the plugin on PyCharm 2023.2 and 2023.1.4. Works as expected. I am attaching a zip file for manual installation. I just need to change the version numbers in the settings.

docgen-0.1.1.zip

The plugin can be installed manuall by clicking here:

image

Comment thread build.gradle.kts
patchPluginXml {
sinceBuild.set("221")
untilBuild.set("231.*")
untilBuild.set("232.*")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering do we have to set untilBuild ? Because we will have to update this with each new release ?

@msvana
Copy link
Copy Markdown
Contributor Author

msvana commented Aug 1, 2023

Seems like it works even without untilBuild. So we could remove it, but it might cause some issues in the future, e.g. JetBrains introducing breaking changes to their plugin API. This forces us to check that everything works.

@petrvecera petrvecera merged commit b03d39d into main Aug 1, 2023
@petrvecera petrvecera deleted the make-the-plugin-work-with-20232 branch August 1, 2023 14:21
@msvana msvana linked an issue Aug 9, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the plugin work with 2023.2

2 participants