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 208097 - Update CSL based languages to benefit from background scan
Summary: Update CSL based languages to benefit from background scan
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 7.2
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE, PLAN
Depends on:
Blocks:
 
Reported: 2012-02-06 15:38 UTC by Tomas Zezula
Modified: 2012-02-07 09:23 UTC (History)
5 users (show)

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 Tomas Zezula 2012-02-06 15:38:47 UTC
The CSL based languages currently does not benefit from background scan even the infrastructure supports them. The HTML or PHP editor do not provide anything during scan (even when the index is already created and it's up to date).
The CSL and langs should be updated to support navigator task, folding task and CC provider.
Comment 1 Tomas Zezula 2012-02-06 15:43:58 UTC
Fixed jet-main 8c30d396959b
Comment 2 Petr Pisl 2012-02-06 16:34:24 UTC
Thanks to Tomas for handling this.