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 32739 - Reflect JSP content-type directive atribute in the editor
Summary: Reflect JSP content-type directive atribute in the editor
Status: RESOLVED DUPLICATE of bug 111549
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 89483
  Show dependency tree
 
Reported: 2003-04-08 20:37 UTC by Ana.von Klopp
Modified: 2008-10-13 10:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ana.von Klopp 2003-04-08 20:37:22 UTC
Code completion for HTML tags should be available if the 
content-type is not set, or if it is set to HTML in JSP 
files. 




In JSP documents, the content type defaults to XML, so we 
should only offer HTML tags if the content type has been 
set explicitly to that.
Comment 1 Marek Fukala 2006-10-24 13:46:36 UTC
Not only the completion should be affected. Basically the embedded content
language editor should reflect the content-type attribute. So all features
including coloring, folding, cc etc. should be used from proper editor.
Comment 2 Marek Fukala 2008-10-13 10:25:46 UTC

*** This issue has been marked as a duplicate of 111549 ***