diff --git a/developers.html b/developers.html index d456b9dc74b5bab6a4950cf0e1366692029a5e26..5a8c484cd266d5387161f6d7bdcff6912c9b8cf3 100644 --- a/developers.html +++ b/developers.html @@ -964,7 +964,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.221-b11, mixed mode) <li> Be sure to similarly configure <a href="#Ant">Ant</a> and - <a href="#Netbeans">Netbeans</a> + <a href="#NetBeans">NetBeans</a> as appropriate. </li> </ul> @@ -1482,8 +1482,8 @@ need to be connected to the NPS intranet. <h2> <!-- Unicode Character 'BOOKMARK' (U+1F516) https://www.fileformat.info/info/unicode/char/1f516/index.htm --> - <a href="#Netbeans">🔖</a> - <a name="Netbeans"></a><a name="NetBeans">NetBeans</a> + <a href="#NetBeans">🔖</a> + <a name="NetBeans"></a><a name="NetBeans">NetBeans</a> <a href="#"> <!-- width="83" height="100" --> <img src="images/SavageLogo.png" width="42" height="50" border="0" title="to top" alt="to top" align="right"/> @@ -1491,24 +1491,24 @@ need to be connected to the NPS intranet. </h2> <p> - <a href="https://netbeans.apache.org" target="_Netbeans">Apache NetBeans</a> + <a href="https://netbeans.apache.org" target="_NetBeans">Apache NetBeans</a> is the Integrated Development Environment (IDE) used for most Savage project development. </p> <ul> <li> Includes <a href="https://blogs.apache.org/netbeans" target="_blank">Blog</a>, - <a href="https://netbeans.apache.org/download/nb113/index.html" target="_Netbeans">NetBeans 11.3 features</a>, - <a href="https://netbeans.apache.org/kb/docs/java" target="_Netbeans">tutorials</a>, - <a href="https://netbeans.apache.org/community" target="_Netbeans">Community</a>, - <a href="https://netbeans.apache.org/participate" target="_Netbeans">Participate</a>, - <a href="https://netbeans.apache.org/help" target="_Netbeans">Get Help</a> and - <a href="https://netbeans.apache.org/plugins" target="_Netbeans">Plugins</a>. + <a href="https://netbeans.apache.org/download/nb113/index.html" target="_NetBeans">NetBeans 11.3 features</a>, + <a href="https://netbeans.apache.org/kb/docs/java" target="_NetBeans">tutorials</a>, + <a href="https://netbeans.apache.org/community" target="_NetBeans">Community</a>, + <a href="https://netbeans.apache.org/participate" target="_NetBeans">Participate</a>, + <a href="https://netbeans.apache.org/help" target="_NetBeans">Get Help</a> and + <a href="https://netbeans.apache.org/plugins" target="_NetBeans">Plugins</a>. </li> <li> - <a href="https://netbeans.org" target="_blank">Netbeans.org</a> + <a href="https://netbeans.org" target="_blank">NetBeans.org</a> provides immense prior documentation and information, including the - <a href="http://plugins.netbeans.org/PluginPortal" target="_blank">Netbeans Plugins Portal</a>. + <a href="http://plugins.netbeans.org/PluginPortal" target="_blank">NetBeans Plugins Portal</a>. </li> <li> <a href="https://dzone.com/java-jdk-development-tutorials-tools-news" target="_blank">DZone Java Zone</a> @@ -1535,7 +1535,7 @@ need to be connected to the NPS intranet. into your local directory containing Java. </li> <li> - Then select the Netbeans menu for <i>Tools > Java Platform</i> and + Then select the NetBeans menu for <i>Tools > Java Platform</i> and add the local directory under the Javadoc tab. </li> <li> @@ -1557,7 +1557,7 @@ need to be connected to the NPS intranet. <ul> <li> <code><b>NETBEANS_HOME/etc/netbeans.conf</b></code> - locations in the Netbeans installation directory tree: + locations in the NetBeans installation directory tree: <br /> <code style="color:darkgreen"><b>C:\Program Files\netbeans\NetBeans_11.3\etc\netbeans.conf</b></code> (default user settings) or, noting subdirectory structure, @@ -1566,7 +1566,7 @@ need to be connected to the NPS intranet. or, noting hyphen, <br /> <code style="color:darkgreen"><b>C:\Program Files\NetBeans-11.2\etc\netbeans.conf</b></code> - or, for older versions of Netbeans, + or, for older versions of NetBeans, <br /> <code style="color:darkgreen"><b>C:\Program Files\NetBeans 8.2\etc\netbeans.conf</b></code> (default user settings) or <br /> @@ -1574,8 +1574,8 @@ need to be connected to the NPS intranet. </li> <li> <i>Java version.</i> - If upgrading Java for an existing Netbeans installation, you may need to - <a href="https://stackoverflow.com/questions/2809366/changing-the-version-on-which-netbeans-runs" target="_blank">modify Netbeans version of Java platform</a> + If upgrading Java for an existing NetBeans installation, you may need to + <a href="https://stackoverflow.com/questions/2809366/changing-the-version-on-which-netbeans-runs" target="_blank">modify NetBeans version of Java platform</a> by changing menu <i>Tools > Java Platforms</i> and also <code style="color:darkgreen"><b>netbeans.conf</b></code> property @@ -1591,7 +1591,7 @@ need to be connected to the NPS intranet. </li> <li> (TODO test, reportedly - <a href="https://netbeans.apache.org/download/nb113/index.html#_hidpi">fixed</a> under Netbeans 11.3) + <a href="https://netbeans.apache.org/download/nb113/index.html#_hidpi">fixed</a> under NetBeans 11.3) <br /> <a href="https://stackoverflow.com/questions/23651486/netbeans-ide-scaling-on-windows-8-10" target="_blank">NetBeans IDE scaling on Windows 8/10</a>: Change parameter in @@ -1605,12 +1605,12 @@ need to be connected to the NPS intranet. </li> <!-- <li> - (TODO: likely fixed under Netbeans 11.3) + (TODO: likely fixed under NetBeans 11.3) Modify original settings to also include: <br /> <b><code>netbeans_default_options</code></b>="<b><code>-J-server</code> <code>-J-Xmx2g</code> <code>-J-XX:PermSize=32m</code></b>" <br /> - (for details, see <a href="https://wiki.netbeans.org/FaqSettingHeapSize" target="_blank">Netbeans FaqSettingHeapSize</a>) + (for details, see <a href="https://wiki.netbeans.org/FaqSettingHeapSize" target="_blank">NetBeans FaqSettingHeapSize</a>) </li> <li> (TODO verify latest, update if needed) Add @@ -1649,7 +1649,7 @@ need to be connected to the NPS intranet. </li> <li> <a href="http://plugins.netbeans.org/PluginPortal" target="_blank">NetBeans Plugin Portal</a> - has many useful additions for Netbeans. + has many useful additions for NetBeans. </li> <li> <i>Tools > Plugins > Settings:</i> @@ -1659,14 +1659,14 @@ need to be connected to the NPS intranet. <!-- old <p> - <a name="NetBeansWindows64">Netbeans Windows 64-bit</a> configuration for latest Java: + <a name="NetBeansWindows64">NetBeans Windows 64-bit</a> configuration for latest Java: </p> <ul> <li> <a href="#java">Download</a> and install 64-bit Java </li> <li> - Add the new java installation in Netbeans via + Add the new java installation in NetBeans via <i>Tools, Java Platforms</i> menu </li> <li> @@ -1695,7 +1695,7 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre> </li> <ul> <li> - Alternative Netbeans version used in current development is + Alternative NetBeans version used in current development is <code style="color:darkgreen"><b>NetBeans-11.2</b></code> </li> </ul> @@ -2755,7 +2755,7 @@ netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_221"</pre> (<a href="mailto:tdnorbra%20at%20nps.edu%20(Terry%20Norbraten)?subject=feedback:%20NPS%20Xj3D.nps%20change%20log%20"><i>tdnorbra at nps.edu</i></a>) </li> <li> - The NPS source branch provides Netbeans project support and strives to meet best practices for Ant. + The NPS source branch provides NetBeans project support and strives to meet best practices for Ant. If you are developing new code, be sure to use the proper <a href="https://svn.xj3d.org/xj3d_code/branches/NPS/build.xml">build.xml</a> from the NPS branch.