From 5cf4415ddee91a16e3059f6fb558bd030fa74796 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Norbert=20Pl=F6tt?=
The name of a class that implements
+ IOptionPathConverter. Some tools like Cygwin on Windows understand non-standard paths, e.g. "/usr/local/include"
+ which are not valid on the platform itself and cannot be understood by CDT's PathEntry framework.
+ The path converter will be called each time when a tool's include or library path settings
+ are evaluated for use by PathEntry and can change the given path to a platform-compatible format.
+ An optionPathConverter can be defined globally per toolchain or per tool.
+ When path translation is required the tool is asked for it's optionPathConverter.
+ If a converter is defined for the tool it will be used and override any toolchain settings.
+ If a converter is not defined on the tool, the tool will ask it's toolchain for a converter.
+
no
optionPathConverter
+The name of a class that implements
+ IOptionPathConverter. Some tools like Cygwin on Windows understand non-standard paths, e.g. "/usr/local/include"
+ which are not valid on the platform itself and cannot be understood by CDT's PathEntry framework.
+ The path converter will be called each time when a tool's include or library path settings
+ are evaluated for use by PathEntry and can change the given path to a platform-compatible format.
+ If a path converter is not defined on the tool, the tool will also ask it's toolchain for a path converter.
+
no
+