Dear all,
The Cmake generator of Eclipse project does not work very well, it was not developed for years. As a consequence, the Eclipse project generated by CMake (as recommended in dealii Wiki) sometimes results with annoying issues with indexer.
There is a useful plugin: cmake4eclipse that allows eclipse to index a project based on CMakeLists. Here are the instructions how to set a project using it:
It works very well for me. I also have dealii as a project in eclipse so I've specyfie
I think including it in the wiki could be useful.
(for example without it C++ shared/unique pointers are not indexed)