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 41151 - jspx and tagx syntax highlighting error
Summary: jspx and tagx syntax highlighting error
Status: RESOLVED DUPLICATE of bug 46000
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 46000 89483
  Show dependency tree
 
Reported: 2004-03-19 14:17 UTC by losmurfs
Modified: 2009-02-19 23:26 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 losmurfs 2004-03-19 14:17:38 UTC
<jsp:scriptlet> should be treated the same way as
<%  is in jsp and tag files and </jsp:scriptlet>
should be treated the same way as %>.  The bodies
of <jsp:scriptlet> tags are not being treated as
java but should be.  There is no syntax
highlighting or code completion in the
<jsp:scriptlet> and <jsp:declaration> tags.  This
is a bug.
Comment 1 Marek Fukala 2004-03-23 07:19:25 UTC
This is definitely a bug for JSP Documents (JSP page in form of a XML
document), but I am not sure if it applies for JSP page itself (not in
xml format). Since we are very close to the end of the nb3.6 FCS we
cannot fix this in 3.6 ritgh now => setting target milestone to
Promo-D (nb4.0).
Comment 2 Petr Pisl 2004-08-12 16:33:51 UTC
There is not enough time for the implementing this feature. 
Comment 3 Marek Fukala 2005-02-22 11:54:47 UTC
Most of the users use standart syntax for writing jsps. Jsp documents
are more often generated by tools than written by hand so the need of
code completion and coloring is controversial. Moreover fixing this
would require making lot of potentially dangerous changes in many jsp
editor areas. Setting TM to future.
Comment 4 losmurfs 2005-02-28 15:44:03 UTC
Come on, 4.1 is supposed to be a J2EE IDE, so it should support syntax
highlighting for all J2EE code, especially when the logic in the IDE
already exists and it is just a question of getting it to recognize
three more tags.  When you have jspx files generated on the fly be
another app, it is usefull for debugging purposes, if NetBeans can
then display that code with syntax highlighting and offer code
completion when you think the embedded java generated is wrong.  There
should be no controversy on this.  There is no need to limit the scope
of NetBeans so much.
Comment 5 zikmund 2005-02-28 15:55:28 UTC
Reverting Version/TM setting.

We will discuss bug fix impact and rethink its defect/feature status.
Comment 6 Marek Fukala 2005-10-13 10:43:18 UTC
Changing this issue type to FEATURE. There has never been a support for this.
Please comment if you do not agree.
Comment 7 Marek Fukala 2008-10-13 10:28:43 UTC

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