Page 1 of 1

Code Completion fix for namespaces

Posted: Mon Sep 17, 2012 2:08 pm
by NilC
I made minor fix (or hack :) ) for ctags code completion. Now code completion works inside namespace with enabled option "Scan all included files to locale 'using namespace' statement"

Related bugs
http://sourceforge.net/p/codelite/bugs/736/
http://sourceforge.net/p/codelite/bugs/594/

Re: Code Completion fix for namespaces

Posted: Mon Sep 17, 2012 10:44 pm
by eranif
Thanks for the fix, I am currently working on a codelite branch (replacing wxScintilla with wxSTC from wx294 code)
Once the branch is merged into trunk, I will apply your patch

Eran

Re: Code Completion fix for namespaces

Posted: Thu Sep 20, 2012 9:13 am
by eranif
Applied

Eran

Re: Code Completion fix for namespaces

Posted: Sun Jun 23, 2013 2:25 am
by petah
NilC wrote:I made minor fix (or hack :) ) for ctags code completion. Now code completion works inside namespace with enabled option "Scan all included files to locale 'using namespace' statement"
Hi Nil (null? :-) you seem to be quite the expert wrt ctag/clang parsing - any chance you'd produce a patch for those parsers to ignore C++ files that have been excluded from the build or other non C++ text files such as wx XPM bitmaps?

cheeky, I know :)

-- p

Re: Code Completion fix for namespaces

Posted: Mon Jun 24, 2013 2:37 pm
by NilC
Hi Nil (null? you seem to be quite the expert wrt ctag/clang parsing - any chance you'd produce a patch for those parsers to ignore C++ files that have been excluded from the build or other non C++ text files such as wx XPM bitmaps?
I'll try, but not in the near future.