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 218148

Summary: QuerySupport not refreshed in embedded languages
Product: editor Reporter: Tomas Zezula <tzezula>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: mfukala, pjiricka
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 218150    
Bug Blocks:    

Description Tomas Zezula 2012-09-11 15:01:31 UTC
Use case: CSS embedded in HTML. Edit HTML file with embedded CSS and ask immediately the QuerySupport for CSS index, the changes are not visible until the file is stored.
The reason is that only the index of the top level language is marked as dirty.
The fix requires information which mime type the embedding provider creates to be able to find out all the indexes which should be make as dirty.
Comment 1 Tomas Zezula 2012-09-16 09:01:22 UTC
Fixed jet-main bd6a446ba95c
Comment 2 Quality Engineering 2012-09-18 02:10:45 UTC
Integrated into 'main-golden', will be available in build *201209180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bd6a446ba95c
User: Tomas Zezula <tzezula@netbeans.org>
Log: #218148:QuerySupport not refreshed in embedded languages