tags settings options
Posted: Sat Oct 10, 2009 6:38 pm
Hi Eran
I would like to know if there is a way to add some define in tags settings. Well, a sample will help you to understand what I mean.
I use BOOST_FOREACH macro, which doesn't allow me to have completion for the variable declaration :
Is it possible to tell CodeLite that I want the BOOST_FOREACH(var, container) macro to be expanded, for example, as var, while CodeLite is parsing the code ? Maybe in tags settings ?
I would like to know if there is a way to add some define in tags settings. Well, a sample will help you to understand what I mean.
I use BOOST_FOREACH macro, which doesn't allow me to have completion for the variable declaration :
As I have an old (and slow) computer, I don't want to have a big tag database containing boost, wxWidgets and STL (didn't try if completion let me have what I want when tagging boost ).BOOST_FOREACH(const MyType& type, myContainer) {
type.| // completion doesn't works
}
Is it possible to tell CodeLite that I want the BOOST_FOREACH(var, container) macro to be expanded, for example, as var, while CodeLite is parsing the code ? Maybe in tags settings ?