Bazis,
The “Go To Definition (F12)” word around only works for #include statements with a file name like this:
#include <stdio.h>
but DOES NOT work for #include statements with directory/filename like this:
#include “utilities/utils.h”
Is there a work-around for this? If, not when will Beta2 be released because without the “Open Document” context menu it’s really difficult to navigate through the include files.
K