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 235133 - Hyperlinks are not fully underlined in the editor
Summary: Hyperlinks are not fully underlined in the editor
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 07:07 UTC by terje7601
Modified: 2013-08-31 01:28 UTC (History)
0 users

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 terje7601 2013-08-28 07:07:00 UTC
For example:

http://docs.ckeditor.com/#!/api/CKEDITOR.event-method-on
gets underlined as
http://docs.ckeditor.com/#

http://msdn.microsoft.com/en-us/library/dd183494(v=vs.85).aspx
gets underlined as
http://msdn.microsoft.com/en-us/library/dd183494

It seems the reason for this is already mentioned in bug 223515 :
"In current implementation we allow only comma (,) from extra characters and we don't allow @ from safe characters."
but since that bug is about recognizing links to local files, I'm creating a separate one for this.
Comment 1 Milutin Kristofic 2013-08-29 13:31:05 UTC
http://hg.netbeans.org/jet-main/rev/3788c05ea179
Comment 2 Quality Engineering 2013-08-31 01:28:57 UTC
Integrated into 'main-silver', will be available in build *201308310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3788c05ea179
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #223515 #235133 Hyperlinks are not fully underlined in the editor