You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an IDEasy user, I want to install plugins for my IDEs as defined by the plugins properties files in the provided settings.
In a plugin.properties file, the plugin_id may contain a space character (e.g. "PlantUML integration"), causing the download, and subsequently the installation of the plugin, to fail.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Requirement: the PlantUMLIntegration.properties file needs to be present in settings/intellij/plugins, with the following content:
Set plugin_active in PlantUMLIntegration.properties to true
install intellij
Or alternatively:
install-plugin intellij PlantUMLIntegration
Comments/Hints:
Replacing the space character of the plugin_id with "%20" makes the download succeed - however then the plugin installation fails at the extraction of the downloaded zip file. The field plugin_id in the properties file should keep the space character, to match the plugin_id provided from jetbrains.
The text was updated successfully, but these errors were encountered:
As an IDEasy user, I want to install plugins for my IDEs as defined by the plugins properties files in the provided settings.
In a plugin.properties file, the plugin_id may contain a space character (e.g. "PlantUML integration"), causing the download, and subsequently the installation of the plugin, to fail.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
Requirement: the PlantUMLIntegration.properties file needs to be present in settings/intellij/plugins, with the following content:
Then:
install intellij
Or alternatively:
install-plugin intellij PlantUMLIntegration
Comments/Hints:
Replacing the space character of the plugin_id with "%20" makes the download succeed - however then the plugin installation fails at the extraction of the downloaded zip file. The field plugin_id in the properties file should keep the space character, to match the plugin_id provided from jetbrains.
The text was updated successfully, but these errors were encountered: