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 - QuerySupport not refreshed in embedded languages
Summary: QuerySupport not refreshed in embedded languages
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 218150
Blocks:
  Show dependency tree
 
Reported: 2012-09-11 15:01 UTC by Tomas Zezula
Modified: 2012-09-18 02:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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