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
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2008-08-17
|
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!
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for RevampedHyperlinkNavigation plugin for NetBeans IDE 6.0
Comments
|
Download size: 0.02 MB
|
Last Update: 2008-08-17
|
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!
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for RevampedHyperlinkNavigation plugin for NetBeans IDE 6.0
Comments
|
Download size: 0.02 MB
|
Last Update: 2008-08-17
|
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!
Verifications for NetBeans versions
Decisions of individual verifiers for RevampedHyperlinkNavigation plugin for NetBeans IDE 6.0
Comments
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.
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.
|