-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Spaces from Plugin id #50
Comments
I mean that one: https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#locating-plugin-id-and-preparing-sandbox It is, for example, needed to make other plugins dependent on your plugin and it doesn't seem to work in the new version with the spaces in it. It is set here:
|
Thank you for enlighten me! |
I understand. But maybe it would be possible to change it anyways and update the old plugin with a warning that any user should use the new plugin. But it should be verified if the spaces in the ID are the root cause beforehand. https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000682259-rename-plugin |
I recently got problems with the development of a plugin needing Batch Script Support. I think the problem is related to the plugin id containing whitespaces. Would it be possible to get an id which doesn't contain whitespace characters?
The text was updated successfully, but these errors were encountered: