Hi,
First of all, good work on finally getting the 8.02 version out.
It is a nice piece of software and a much needed modern, non make bloated (usable) IDE for Linux is finally available.

But... I am having a hard time getting dependencies between my projects to work.
I checked the forum to no extend. And even followed the Wiki but couldn't sort it out.
My workspace consists of three projects of which two are executables depending on the third one: a shared static library.
Now, I did setup dependencies in the project Properties (Project's dependencies) but modifying the library code and invoking
'Build Workspace' leads to two different scenarios in a seemingly random fashion:
- The library does not get compiled (other projects remain unchanged IF they get checked, sometime they won't).
- The library compiles but the dependencies are not resolved and the projects (again if they get checked for modifications) are reported as up to date.
I then tried to include a binary dependency on the static library object (via the build targets external dependency file list).
And now when the library gets modified the projects are rebuild as expected.
The problem being that they won't always build. Build workspace still randomly skips one or both of the dependent projects (in a suspiciously fast way in my opinion).
So my only option for now is to manually compile every projects (3 of them hopefully) each time a modification is made.
Additional note: The IDE does not seem to check for modifications in header files, that would be a nice plus.
Thanks.