Noam-Dori / ros-integrate

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

Changing worksapce/ROS path does not add libraries to index #46

Closed Noam-Dori closed 3 years ago

Noam-Dori commented 3 years ago

Describe the bug Changing workspace/ROS path settings does not modify the respective libraries.

To Reproduce Steps to reproduce the behavior:

  1. Open a new project on a package in a workspace
  2. Open the settings, and change ROS path and workspace path to the correct ones.
  3. After "apply", the "External Libraries" tab is unchanged.

Expected behavior when the settings for either the workspace or ROS path are changed, the index should update the external libraries with additional roots.

Environment Information:

Additional context See PR #41 ,Issue #39 , and pre-release v0.1.6b2 as those fixed the model but failed to fix the "change settings" part of the model.

Like the pre-release says, this issue can be solved by deleting the .idea folder and restarting the IDE. Deleting lib files wasn't enough, so figuring out the responsible file could help.

Noam-Dori commented 3 years ago

This issue seems to be solved with the latest commits, if it does happen, open a new issue