Hello,
First of all, thank you for your product. I'm very happy using it.
I have several quesions how to use the product.
1) I can split window using single source file. But several times I need to compare different files sources. Is it possible to cplit window and have, for example, one c++ source file at the left side, and the another one at the right?
2) I have defines in header files, for example
#define SOURCE_CODE_USED
in C file i have ifdef:
#ifdef SOURCE_CODE_USED
...
#endif
though the define is set, code stays grayed. What am I doing wrong?
When I get those sources opened in Eclipse editor, everything works fine.
Thank you!