RFC: Structure of background parser and language support
Alexander Dymo
dymo at ukrpost.ua
Tue Jul 17 16:50:52 UTC 2007
On 7/9/07, Kris Wong <wongk at seapine.com> wrote:
> I'd like to make one background parser instance on Core that will use
> the appropriate language(s) for creating parse jobs instead of having
> each language determing if it should parse a file and adding it to its
> own background parser.
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.
More information about the KDevelop-devel
mailing list