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 77899

Summary: I18N: Tags with multibyte prefix not highlighted correctly
Product: javaee Reporter: Jiri Prox <jiriprox>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank, pjiricka, prehak
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot
snap shot

Description Jiri Prox 2006-06-14 13:16:55 UTC
NB 5.5 200606090200, pseudolocalized
JDK 1.6.0 b84

The tag are not highlighted correctly if there is used multibyte character as
tag prefix. See the screenshot.
Comment 1 Jiri Prox 2006-06-14 13:17:18 UTC
Created attachment 31049 [details]
screenshot
Comment 2 Jiri Prox 2006-06-14 13:45:50 UTC
The closing tag is not provided in CC as well.

Steps to reproduce:
1) go to position of closing part of mytags tag
2) type "</" and call CC
-> only </body> and </html> provided,
Comment 3 Marek Fukala 2006-06-28 10:56:48 UTC
fixed

Checking in JspMultiSyntax.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspMultiSyntax.java,v
 <--  JspMultiSyntax.java
new revision: 1.13.16.1.2.1; previous revision: 1.13.16.1
done
Checking in JspTagSyntax.java;
/cvs/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/JspTagSyntax.java,v
 <--  JspTagSyntax.java
new revision: 1.11.58.1; previous revision: 1.11
done
Comment 4 Jindrich Sedek 2006-07-03 17:23:57 UTC
It still doesn't work for me...
NB 5.5 200607030200
the tag still isn't well colored and the end tag isn't offered in the code
completion
Comment 5 Jindrich Sedek 2006-07-03 17:24:24 UTC
Created attachment 31600 [details]
snap shot
Comment 6 Marek Fukala 2006-07-03 17:58:21 UTC
According to the jsp spec there cannot be symbols in the custom tag name, the
tag name can only contain characters. Closing as FIXED after agreement with Jindra.
Comment 7 Jindrich Sedek 2006-07-04 11:22:55 UTC
Verified NetBeans5.5Dev 200607040200