corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

RevampedHyperlinkNavigation - plugin detail

Sample showing how to create hyperlinks in the HTML editor. Not for Schliemann! This is an improved, revised HREF implementation of the standard Editor Hyperlinking API for providing better navigation. Refer plugin- http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3797

n/a
Plugin owner: nvarun
Website: http://nbguru.wordpress.com/2008/07/24/hyperlink-navigation-renaissance/
Added: 2008-07-20
Last updated: 2008-08-17
NetBeans Versions: 6.0, 6.1, 6.5
License: CDDL
Category: NetBeans Rich Client Platform
Size: 0.02 MB
Downloaded: 332 times
Rating:
 3.9, by 2 users


Download plugin

Verifications for NetBeans versions

6.0 verification PASSED See verification details

Introduction

Install the module and then you have a sample in the Samples | NetBeans Modules category of the New Project wizard. Finish the wizard and you have a module. Install the module and then you can hold down the Ctrl key while moving the mouse over the value of an HREF attribute, which then becomes a hyperlink. Click the hyperlink and the referenced anchor/document/url opens.

Usecases Implemented-
  • When the referenced HTML file doesn't exist.
  • Show hyperlink within same document.
  • Points to the anchor location in the referenced document, if present.
  • Opens external links, i.e., http links should goes to external browser.

Hey, goto the Files Window, to see the Physical View of this Project, you would see a resources folder, it contains a credit.html file, you can see the links provided in them for testing.
Please do check if it works on your Linux OS, Solaris OS, so that I can update the Target Platform sections. Thank you!
Note- To make this work in NetBeans 6.5 Beta and Daily Builds, refer this blog entry and make suitable changes in the code of sample project.

What's new in this version

Added Javadocs, necessary for understanding of code. Revised the code a bit, also contributed a documentation on its creation- http://wiki.netbeans.org/RevampedHyperlinkNavigation Signed the module, applied for verification!

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.