currently the PreProcessResolver::parseDirective
supports only handling of simple macro definitions:
#define MYMACRO text ....\n
the directive #include needs a file project handling to
be added. A simple solution for console refactoring
would be a file lookup in current directory.
Just show that it works - a project managment for the
IDE plugin can be integrated later on.
Logged In: YES
user_id=661524
Is about to be finished as well as simple versions of
#ifdef
#ifndef
#else
#endif
Only position translation for source code modifications is
not yet done.