Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Parser - Editor Scalability

Hello,

I am working on making the photran editor scalable. I have found that the parser takes quite a while editing on files with lines > 2000. I have already written code to disable the Presentation Reconciler and contentassist by setting it to null when in "scalability mode", but I cannot pinpoint all the calls to the parse() function in the Parser class.

I would like the parser and reconciler to be run only when the file is saved, and no other time. I was wondering if you could guide me towards which classes I should inspect so I can figure out how to achieve this.

Thank you,
Vinay

Back to the top