Skip to content

Commit

Permalink
Write HTML-Headers in Title Case in platform.doc.isv (IV)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckerWdf committed Oct 4, 2024
1 parent 3baad98 commit 044e8ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<h2>Cheat Sheets</h2>

<h3><b>guiding the User Through Tasks</b></h3>
<h3><b>Guiding the User Through Tasks</b></h3>

<p>
Even when the platform UI filters out unneeded functionality, there is still a steep learning
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Adopting 4.20 Mechanisms and APIs</h1>

<!-- ############################################## -->
<h2>
1. <a name="pack200removal">Pack200 Artifacts Will No Longer Be Generated Starting With 4.21 Release</a>
1. <a name="pack200Removal">Pack200 Artifacts Will No Longer Be Generated Starting With 4.21 Release</a>
</h2>
<p>
<strong>What is affected:</strong> Clients relying on availability of pack200 artifacts (*.pack.gz) in Eclipse Platform p2 repository.
Expand All @@ -41,7 +41,7 @@ <h2>
</p>

<h2>
2. <a aame="pack200apinoop">Pack200 APIs Will No Longer Generate/Use Packed Artifacts Starting With 4.24 Release and to Be Removed in 4.28 Release</a>
2. <a aame="pack200APInoop">Pack200 APIs Will No Longer Generate/Use Packed Artifacts Starting With 4.24 Release and to Be Removed in 4.28 Release</a>
</h2>
<p>
<strong>What is affected:</strong> Callers of pack200 specific APIs to experience pack200 artifacts to no longer be used/fetched/generated/mirrored or dealt with in any other way.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2><a name="progress_convention">1. New Calling Convention for Progress Monitor
about this change <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=487372" target="_blank">can be found here.</a>

<!-- ############################################## -->
<h2>2. <a name="subprogressmonitor">SubProgressMonitor Has Been Deprecated</a></h2>
<h2>2. <a name="SubProgressMonitor">SubProgressMonitor Has Been Deprecated</a></h2>
<p><strong>What is affected:</strong> Clients that refer to <code>org.eclipse.core.runtime.SubProgressMonitor</code>.</p>
<p><strong>Description:</strong>
<code>org.eclipse.core.runtime.SubProgressMonitor</code> has been deprecated and replaced by
Expand Down Expand Up @@ -144,7 +144,7 @@ <h2>2. <a name="subprogressmonitor">SubProgressMonitor Has Been Deprecated</a></
</pre>

<!-- ############################################## -->
<h2>3. <a name="listenerlist">ListenerList Has Been Generified</a></h2>
<h2>3. <a name="ListenerList">ListenerList Has Been Generified</a></h2>
<p><strong>What is affected:</strong> Clients that refer to <code>org.eclipse.core.runtime.ListenerList</code>.
</p>
<p><strong>Description:</strong>
Expand All @@ -162,7 +162,7 @@ <h2>3. <a name="listenerlist">ListenerList Has Been Generified</a></h2>
</ul>

<!-- ############################################## -->
<h2>4. <a aame="fullscreen">Toggling Full-Screen Command</a></h2>
<h2>4. <a aame="FullScreen">Toggling Full-Screen Command</a></h2>
<p><strong>What is affected:</strong> Any code using the OS&nbsp;X-specific
<code>org.eclipse.ui.cocoa.fullscreenWindow</code> command.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Adopting Oxygen (4.7) Mechanisms and APIs</h1>
<hr>

<!-- ############################################## -->
<h2>1. <a name="lucene_index">Pre-built Lucene Indexes Should Be Updated</a></h2>
<h2>1. <a name="Lucene_Index">Pre-built Lucene Indexes Should Be Updated</a></h2>
<p><strong>What is affected:</strong> Clients supplying pre-built Lucene help indexes.
</p>
<p><strong>Description:</strong>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Adopting Photon (4.8) Mechanisms and APIs</h1>
<hr>

<!-- ############################################## -->
<h2>1. <a name="batik_upgrade">Direct Usages of Apache Batik CSS Should Be Upgraded</a></h2>
<h2>1. <a name="Batik_Upgrade">Direct Usages of Apache Batik CSS Should Be Upgraded</a></h2>
<p><strong>What is affected:</strong> Clients directly using Apache Batik CSS bundles version <code>1.8.0</code>.
</p>
<p><strong>Description:</strong>
Expand All @@ -40,7 +40,7 @@ <h2>1. <a name="batik_upgrade">Direct Usages of Apache Batik CSS Should Be Upgra
<ul>
<li>Upgrade their code to work with Apache Batik CSS version <code>1.9.0</code></li>
</ul>
<h2>2. <a name="lucene_index">Pre-built Lucene Indexes Should Be Updated</a></h2>
<h2>2. <a name="Lucene_Index">Pre-built Lucene Indexes Should Be Updated</a></h2>
<p><strong>What is affected:</strong> Clients supplying pre-built Lucene help indexes.
</p>
<p><strong>Description:</strong>
Expand Down

0 comments on commit 044e8ba

Please sign in to comment.