Skip to content

Changed path separator for adding modules and minor cleanups

Mart Lubbers requested to merge CLIDE-139-Fix_path_separator into develop

This bug concerns adding individual project dependencies through the run configuration. On Windows using ":" as a separator caused problems (obviously...). The simplest solution seemed to change the convention into something more appropriate. Now I use ";". If someone uses that in their path, they should be excluded from using Clide in the first place, in my humble opinion, so it should not cause troubles.

Edited by Mart Lubbers

Merge request reports