<!-- First, a list of API names you may use: -->
<apidefs> <!-- Probably should not be used much: -->
<apidef name="general">JavaHelp module APIs</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="mergeCustomHelpset">
<api name="general"/>
<summary>Added class <code>HelpUtils</code></summary>
<version major="2" minor="34"/>
<date day="19" month="8" year="2013"/>
<author login="jhavlin"/>
<compatibility addition="yes" />
<description>
<p>
Provide a method for merging of a custom HelpSet object to the
master helpset.
</p>
</description>
<class package="org.netbeans.api.javahelp" name="HelpUtils"/>
<issue number="234144"/>
</change>
<change id="HelpSetRegistration">
<api name="general"/>
<summary>Added <code>@HelpSetRegistration</code></summary>
<version major="2" minor="20"/>
<date day="8" month="11" year="2010"/>
<author login="jglick"/>
<compatibility>
<p>
Modules registering help sets in their XML layers are encouraged to migrate to the new annotation.
Delete the <code><helpsetref></code> file from your layer, move your help set files
into the project's regular source/resource root, remove <code>OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help</code> from your module's manifest,
add a direct dependency on this module, and add a <code>package-info.java</code> with the annotation.
For Ant-based module projects, <code>javahelp.base</code> and <code>javahelp.hs</code> can also be removed from <code>project.properties</code>.
</p>
</compatibility>
<description>
<p>
There is a new annotation to make it easier to register help sets.
</p>
</description>
<class package="org.netbeans.api.javahelp" name="HelpSetRegistration"/>
<issue number="191452"/>
</change>
<change id="object">
<api name="general"/>
<summary>object tag was added to invoke default IDE HTML Browser to correctly display external
links</summary>
<version major="2" minor="3"/>
<date day="5" month="5" year="2004"/>
<author login="mslama"/>
<compatibility addition="yes" deprecation="no" source="compatible" semantic="compatible">
</compatibility>
<description>
<p>
Object tag can be used in HTML content to show external link in default IDE HTML browser.
</p>
</description>
<issue number="27892"/>
</change>
</changes>
<!-- Now the surrounding HTML text and document structure: -->
-->
<head>
<title>NetBeans JavaHelp module API Changes by Date</title>
<link rel="stylesheet"href="prose.css"type="text/css"/>
<meta name="CATEGORY" content="OtherDevelopmentDoc"/>
<meta name="DESCRIPTION" content="A cross-indexed list of all changes made to the NetBeans JavaHelp module APIs."/>
</head>
<body>
<h1>Introduction</h1>
<p>This document lists changes made to the NetBeans
JavaHelp module APIs. Please ask on the <code>nbdev@netbeans.org</code>
mailing list if you have any questions.</p>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.