This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123818 - Implement incremental html syntax analyzer/parser
Summary: Implement incremental html syntax analyzer/parser
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 123352
  Show dependency tree
 
Reported: 2007-12-11 14:40 UTC by Marek Fukala
Modified: 2010-05-08 11:51 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2007-12-11 14:40:13 UTC
In situations like code completion, braces matching and similar the features needs as much accurate parse tree as
possible very fast. This can be achieved by implementing an incremental HTML syntax analyzer, resp. parser. The analyzer
holds a structures of the file in memory and listens on lexer's TokenHierarchyListener. If it is safe to reparse just a
part of the document it will be done otherwise the whole document will be parsed. The model is always in sync with the
document after the document is unlocked.
Comment 1 Marek Fukala 2010-05-08 11:51:00 UTC
this doesn't seem to be a priority