Author Topic: [Bug] Slickedit can't show the C struct definition in preview window  (Read 3643 times)

Leo

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Hi slickedit,

There is a case slickedit can't find the C struct definition and says no tag found.

The attached files capture the bug where Missile's definition is not displayed in preview window.

if  comment the begin line  in test.c
/*Q_DEFINE_THIS_FILE*/

then slickedit can tag the structure corretly.

Please check.

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
I think you've to help the tagging engine a bit by adding '#define Q_DEFINE_THIS_FILE ' to SE C/C++ Preprocessing.
SE is not doing deep resp. nested preprocessing of include files so Q_DEFINE_THIS_FILE is 'unknown' and the tagging engine gets into trouble.
HS2