Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CEditor causing mayhem

FYI,

  The CEditor provides extensions for points like the DocumentSetupParticipant ...
and it defines the extension to be "*", this is done so files like
iostream, map, cstdarg, etc .. are treated correctly.

This will cause problem to other editors/plugins.
So ISV's distributing other plugins with the CDT may want to revert the
extension points to something like:

	extensions="c,C,cc,cpp,cxx,h,hh,hpp"

instead of

	extensions="*"

were appropriate.

We are looking for solution for this in CDT-3.0

EOT
--
alain



Back to the top