RFC: Structure of background parser and language support

Kris Wong wongk at seapine.com
Tue Jul 17 17:59:52 UTC 2007


> This should not be a problem. Currently each bg parser is owned by
> KDevelop::Language instance, just make KDevelop::LanguageController
> own the bg parser and change Language to use it.

I went the same route as DUChain and created one static backgroud parser
that can be accessed via BackgroundParser::self().  Neither Language nor
LanguageController use the background parser presently.

Kris Wong




More information about the KDevelop-devel mailing list