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 45912 - JSPX CC Umbrella Issue
Summary: JSPX CC Umbrella Issue
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker with 1 vote (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 44990 45916 45917 45920 45928 46000 80805
Blocks:
  Show dependency tree
 
Reported: 2004-07-08 09:59 UTC by Martin Schovanek
Modified: 2009-12-21 04:43 UTC (History)
1 user (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 Martin Schovanek 2004-07-08 09:59:44 UTC
This is an umbrella issue for the set of Code
Completion issues related to JSP pages in XML
syntax ("JSP Documents"). See Show Dependency Tree
to identify the real issues, please make any new
Code Completion issues related to JSP Documents
block this issue.
Comment 1 Petr Pisl 2004-10-04 13:59:31 UTC
This will be done in the future.
Comment 2 losmurfs 2005-02-28 15:50:43 UTC
If you are going to say NetBeans 4.1 supports J2EE 1.4, add support
for <jsp:scriptlet>, <jsp:declaration>, <jsp:expression>.  When a page
is loaded, just add 
        <![CDATA[ // <% 
after each opening tag and add
        // %> ]]>
before each closing tag.  If it is really so hard to make these three
tags be recognized by NetBeans, just add that above workaround
automatically each time a jspx page is opened.  You could even go as
far as to dynamically add the work around when a page is opened and
dynamically remove the work around when a page is saved.  Thus, the
user gets clean syntax highlighting and code completion without any
extra effort.  Even if they don't author any jspx files, this can come
in handy when debugging applications that generate jspx files on the fly.
Comment 3 Petr Pisl 2005-02-28 16:11:31 UTC
It's not so hard to do this. Thanks for the input, but I'm afraid we
are not able to do it for NB 4.1 We are after feature freeze. It's
good enhancement for the next release.

It's better to create separate issue and link the new issue with this
issue. 
Comment 4 zikmund 2005-02-28 16:21:07 UTC
Reverting Version change.
Comment 5 Marek Fukala 2006-07-21 11:30:10 UTC
Most of the dependent issue of this umbrella one can be solved by the new editor
infrastructure we are likely going to adopt in 6.0.
Comment 6 Marek Fukala 2006-07-21 11:40:56 UTC
Just a comment - the dependency tree is weird. This umbrella issue cover all
those dependt ones, but the 80805 is an issue which blocks all of them. The
dependency direction should be probably changed for the 4***** issues and this
one. It can be confusing now.
Comment 7 Jiri Prox 2008-04-11 01:17:42 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 8 Quality Engineering 2009-12-21 04:43:30 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team