Discussion:
How to setup Tag Set Filter
(too old to reply)
Frankie
2007-02-26 15:32:36 UTC
Permalink
I have project that contains mix of *.cc; *.cp and *.cpp files but when i used build tags using CW it doesn't include *.cp file(s). Help specify to use TagSetFilterStr API but i am not sure how.

Does someone know how to set up this?
RK
2007-03-08 19:17:35 UTC
Permalink
Post by Frankie
I have project that contains mix of *.cc; *.cp and *.cpp files but when i used build tags using CW it doesn't include *.cp file(s). Help specify to use TagSetFilterStr API but i am not sure how.
Does someone know how to set up this?
You might try adding the following line to the [Editor] section of your CWRIGHT.INI file:

TagSetFilterStr='*.c;*.cpp;*.h;*.hpp;*.asm;*.inc;*.cp;*.cc'


--RK
Frankie
2007-03-08 20:04:18 UTC
Permalink
Post by RK
Post by Frankie
I have project that contains mix of *.cc; *.cp and *.cpp files but when i used build tags using CW it doesn't include *.cp file(s). Help specify to use TagSetFilterStr API but i am not sure how.
Does someone know how to set up this?
TagSetFilterStr='*.c;*.cpp;*.h;*.hpp;*.asm;*.inc;*.cp;*.cc'
--RK
That worked

Thanks!!!

Loading...