Hi,<br><br>I'm almost finished with grid-howto tutorial, and one of the confusing things that I have found <br>is when I type<br>#include "config.h"<br>my IDE( eclipse ) thinks that it's the <dune-common/config.h>, and that's what I thought for few days,<br>
when actually it's "../config.h" that's being used by IDE to build the project.<br>This causes confusion, because blocks like<br>#if HAVE_ALBERTA<br>...<br>#endif<br>are greyed out when including "config.h".<br>
I will use #include "../config.h" from now on, and I suggest that it should be also clarified in the tutorials.<br><br>On another matter, what IDE would you recommend/ are using with DUNE?<br>I'm especially interested in code completion feature, since eclipse doesn't seem to fully support it for DUNE.<br>
<br>best regards,<br>Oleh<br>