Question about Code completion of CodeLite
Posted: Wed Dec 23, 2009 8:09 am
Hi, eran.
From the link CodeLite IDE LiteEditor/Setting Up Code Completion
It seems you have removed the "ctags" code from the CodeLite project. So all the parsing is done by your own parser?
Am I right?
By the way, I'm ollydbg, I have some interests to prove the CodeCompletion in CodeBlocks, so, is it possible to incorporate the new parser mechanism in CodeBlocks's CC plugin? thanks.
Edit:
Oh, I check the svn log, found that
From the link CodeLite IDE LiteEditor/Setting Up Code Completion
It seems you have removed the "ctags" code from the CodeLite project. So all the parsing is done by your own parser?
Am I right?
By the way, I'm ollydbg, I have some interests to prove the CodeCompletion in CodeBlocks, so, is it possible to incorporate the new parser mechanism in CodeBlocks's CC plugin? thanks.
Edit:
Oh, I check the svn log, found that
So, the codelite_indexer is still used if the parser failed?- Fixed: if a file is taking more than 10 seconds to parse, the file's parsing is aborted (codelite_indexer is restarted) in addition if the parsing output is larger than 15MB, the file parsing is aborted and codelite_indexer is restarted