Hello. I have some problems with environment variables (further will be EV) in the IDE.
I found the following:
- after compilation EV PATH consists of path to mingw and system's EV PATH. But the IDE's EV PATH was not used.
- while running application (executable that was built) environment variable PATH consists of IDE's EV PATH and of paths to linked libraries (though, dll or so files can be at another location).
- after EV configuration (Set Now was pressed anddialog was closed) EV PATH consists of IDE's EV only.
- open - close multiple times environment config dialog - EV PATH becomes larger - it contains now multiple instances of the same paths
I think IDE's EV must be used always if project configured this way.
I checked this behaviour with external tools (except of case with running of executable).
In EV configuration form can be checkbox `Append system variables`.
After IDE restart - EV PATH consists of
IDE's EV only (and for external tools and for executable).
By the way - I perform test with `Select EV set to be applied:` checkbox checked and unchecked - it doesn't change anything - it seems like this checkbox does nothing.