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 - I18N: Tags with multibyte prefix not highlighted correctly
Summary: I18N: Tags with multibyte prefix not highlighted correctly
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-06-14 13:16 UTC by Jiri Prox
Modified: 2006-07-04 11:22 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (42.69 KB, image/png)
2006-06-14 13:17 UTC, Jiri Prox
Details
snap shot (4.69 KB, image/png)
2006-07-03 17:24 UTC, Jindrich Sedek
Details

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