Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

Unable to save plugin settings: The plugin ros-integrate failed to save settings and has been disabled. Please restart CLion #70

Closed perisage closed 1 year ago

perisage commented 2 years ago

Describe the bug just install ros plugin and restart CLion, the error occurred as the following: Unable to save plugin settings: The plugin ros-integrate failed to save settings and has been disabled. Please restart CLion

To Reproduce just install ros plugin and restart CLion

Environment Information:

Additional context Add any other context about the problem here.

Noam-Dori commented 2 years ago

I remember seeing this error message when I dealt with issue #68 . From what I said when that issue was fixed:

... all plugin services (save for few plugin components) were not loaded by the plugin.xml. This was caused by an improper use of XInclude in the plugin.xml. XInclude, which allows importing tags from other documents, should be used at the root on the including document, and not deeper within the tree (which I did). Fixing this problem allowed the components to load.

The fix should be available for the next release, 0.1.7, and is already available here.

Fix was tested on IntelliJ IDEA Community 2021.2 on Windows 10.

If you are up for it, you can install the plugin from source to apply the fix right now.

perisage commented 2 years ago

when the fixed version 0.1.7 will be released? The plugin version on the jetbrains plugin market is also 0.1.6 and 0.1.7 is stiil unavailable.

Noam-Dori commented 2 years ago

the reason version 0.1.7 is unavailable is because it is still under development. It will be released once the main feature of the version, CMake-ROS integration, is implemented.

Noam-Dori commented 1 year ago

Closed due to inactivity