Author Topic: how to make completion works ?  (Read 3996 times)

Offline wxuserbrest

  • Multiple posting newcomer
  • *
  • Posts: 22
how to make completion works ?
« on: July 05, 2007, 08:22:11 am »
Hi,
completion seems to work for file in the project but doesn't work automaticaly on header file. I use wxWidgets and i don't know how to have header file scanned. Do someone succeed in doing it ?
Thanks for answer

mariocup

  • Guest
Re: how to make completion works ?
« Reply #1 on: July 07, 2007, 03:22:40 pm »
Hi wxuserbrest,

you have to add the directory that contains the header files to search dirs of the compiler. Then the files will be parsed and you get command completion.

Bye,

Mario