Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Source parser not being invoked

Hi,

As far as I understand, reparsing occurs inside
AbstractSourceModule.buildStructure, which is triggered by
SourceModule.reconcile.

If I was debugging this, I would record a stack trace of
reconcile/buildStructure call of a working editor (say, DLTK Ruby),
and then determine which of those methods fails to be invoked in your
editor.

Maybe folks can provide other suggestions.

-- 
Andrey.


Back to the top