Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] binary parser running while all binary parsers are disabled


I'm using the latest CDT (20070626) for a makefile C++ project on cygwin.
While I disabled all binary parsers I see the binary parser running after
opening the project properties and pressing the "Apply" or "OK" button.

-> the progress dialog shows "Searching for Binaries(ProjectName)"...

Another strange thing with the parser is that it is parsing my
compiler and/or cygwin path which is rather huge and therefore it
takes some time.

Shouldn't the binary parser just run when at least one  parser is enabled
and parse only files in the project directory? Anyone else having this
behaviour?


Regards,
Olav


Back to the top