Bug 422338 - [performance] Regenerate DOM AST on each editor focus
Summary: [performance] Regenerate DOM AST on each editor focus
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 08:56 EST by Dawid Pakula CLA
Modified: 2020-05-14 11:27 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dawid Pakula CLA 2013-11-22 08:56:30 EST
DOM AST is regenerated (whole file is parsed) always when editor is focused.

While switching tabs, AST is generated twice
Comment 1 Dawid Pakula CLA 2014-01-28 13:07:47 EST
If while reconciling DOM AST is avaiable in ASTProvider, do not parse again.

Patch https://git.eclipse.org/r/21212
Comment 2 Jacek Pospychala CLA 2014-01-28 13:41:35 EST
merged!
Comment 3 Michal Niewrzal CLA 2015-06-08 15:08:40 EDT
Closing.