Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2021-09-01 08:15:07 +0000
committerVikas Chandra2021-09-01 08:15:56 +0000
commit6cafc0680dd725f815b671723853ec570ef6d185 (patch)
tree9f2c1e6eb0816ae87c7bcc4611836e67598cb70b
parente45a5e2f13b71161be611adf578e119072807672 (diff)
downloadeclipse.platform.common-6cafc0680dd725f815b671723853ec570ef6d185.tar.gz
eclipse.platform.common-6cafc0680dd725f815b671723853ec570ef6d185.tar.xz
eclipse.platform.common-6cafc0680dd725f815b671723853ec570ef6d185.zip
Fixing links Bug 575595 - N&N for 4.21Y20210901-0420I20210901-0600
Change-Id: I6c9b70b3868a1e81d2191aa4730e3abb8ee1a6cd Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.common/+/184836
-rw-r--r--bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html2
-rw-r--r--bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html4
-rw-r--r--bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html10
-rw-r--r--bundles/org.eclipse.platform.doc.user/whatsNew/images/swt-win-darkthemed-tooltips.pngbin0 -> 302335 bytes
-rw-r--r--bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html12
5 files changed, 14 insertions, 14 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
index cb59f9fd0..a67de42d0 100644
--- a/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
+++ b/bundles/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html
@@ -216,7 +216,7 @@ document for changes in the Platform.</p>
</td>
</tr>
<tr id="external_annotations_all_locations"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574603 -->
- <td class="title">Find external annotations anywhere</td>
+ <td class="title"><a href="#external_annotations_all_locations">Find external annotations anywhere</a></td>
<td class="content">
External annotations, which are used for annotation based null analysis, can now be associated
to unannotated classes more freely.
diff --git a/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html b/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
index 482b54494..f4541885e 100644
--- a/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
+++ b/bundles/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.html
@@ -46,7 +46,7 @@ for the 4.21 release of Eclipse. They are grouped into:</p>
<td id="APITools" class="section" colspan="2"><h2>API Tools</h2></td>
</tr>
<tr id="micro-to-service"> <!--https://bugs.eclipse.org/bugs/show_bug.cgi?id=573693 -->
- <td class="title">Micro is changed to service</td>
+ <td class="title"><a href="#micro-to-service">Micro is changed to service</a></td>
<td class="content">
All the usage of <b>micro</b> version in the preference as well as the error/warning messages has been changed to <b>service</b> version.
<p>
@@ -62,7 +62,7 @@ for the 4.21 release of Eclipse. They are grouped into:</p>
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
</tr>
<tr id="quickfix-for-encoding"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=310538 -->
- <td class="title">Quick for fixing encoding in build.properties</td>
+ <td class="title"><a href="#quickfix-for-encoding">Quick for fixing encoding in build.properties</a></td>
<td class="content">
A new quick-assist has been added for fixing encodings specified in build.properties that are out of synch with the workspace encoding.
diff --git a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
index 4fee1e79c..b87f45d70 100644
--- a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
@@ -50,7 +50,7 @@ section of the Workbench User Guide.
<td id="Platform" class="section" colspan="2"><h2>Platform Changes</h2></td>
</tr>
<tr id="path-to-bundlepool-launcher-dir"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=573131 -->
- <td class="title">Path to bundlepool expressed using @launcher.dir</td>
+ <td class="title"><a href="#path-to-bundlepool-launcher-dir">Path to bundlepool expressed using @launcher.dir</a></td>
<td class="content">
When creating a bundlepool installation of eclipse, the location of the bundlepool is expressed using the @launcher.dir varliable.
The launcher, typically eclipse.exe, will replace the string "@launcher.dir" with the location where the launcher is located on disk at startup.
@@ -67,7 +67,7 @@ section of the Workbench User Guide.
</tr>
<tr id="styled-text-multi-selection"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=562676 -->
- <td class="title">StyledText API to use multiple carets or selection ranges</td>
+ <td class="title"><a href="#styled-text-multi-selection">StyledText API to use multiple carets or selection ranges</a></td>
<td class="content">
StyledText widget now has a new <code>setSelectionRanges(int[] ranges)</code> API which allows to pass
an arbitraty number of selection ranges. When multiple ranges are used, the text widget will display them
@@ -75,7 +75,7 @@ section of the Workbench User Guide.
</td>
</tr>
<tr id="swt-win-dark-themed-tooltips"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574685 -->
- <td class="title">SWT Windows now supports dark-theme tool-tips</td>
+ <td class="title"><a href="#swt-win-dark-themed-tooltips">SWT Windows now supports dark-theme tool-tips</a></td>
<td class="content">
Table, Tree, CTabFolder, ToolBar and MenuItem widgets now support dark-theme tool-tips.
Refer below screen-shots which show combined tool-tips for various widgets.
@@ -90,7 +90,7 @@ section of the Workbench User Guide.
</tr>
<tr id="trust-PGP"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=572816 -->
- <td class="title">Trust signers of PGP-signed artifacts</td>
+ <td class="title"><a href="#trust-PGP">Trust signers of PGP-signed artifacts</a></td>
<td class="content">
When artifacts to be installed have the <code>pgp.signatures</code> property set, additionally to the integrity check that
are responsible of verifying the signatures are valid for the given artifact, the public key of the signers will now be
@@ -112,7 +112,7 @@ section of the Workbench User Guide.
</tr>
<tr id="splash-screen-image-formats"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=114567 -->
- <td class="title">Splash screen image format</td>
+ <td class="title"><a href="#splash-screen-image-formats">Splash screen image format</a></td>
<td class="content">
Launcher splash screen image can be in any of the following formats: PNG, JPG, GIF and BMP.
Transparency and animation are not supported yet.
diff --git a/bundles/org.eclipse.platform.doc.user/whatsNew/images/swt-win-darkthemed-tooltips.png b/bundles/org.eclipse.platform.doc.user/whatsNew/images/swt-win-darkthemed-tooltips.png
new file mode 100644
index 000000000..4748063fd
--- /dev/null
+++ b/bundles/org.eclipse.platform.doc.user/whatsNew/images/swt-win-darkthemed-tooltips.png
Binary files differ
diff --git a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
index 84824a63b..36888d344 100644
--- a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
@@ -54,7 +54,7 @@ document in the plug-in developer's guide.</p>
</tr>
<tr id="new-message-dialog"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=552909 -->
- <td class="title">New clean message dialog api</td>
+ <td class="title"><a href="#new-message-dialog">New clean message dialog api</a></td>
<td class="content">
A new API in the class PlainMessageDialog is introduced. It uses a builder pattern to create an immutable instance of PlainMessageDialog. It has a clean API and consists of methods for e.g. the button labels, the message and the image.
<p>Example Usage:<br />
@@ -67,7 +67,7 @@ document in the plug-in developer's guide.</p>
</tr>
<tr id="persist-accepted-licences"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574622 -->
- <td class="title">Accepted licenses remembered permanently</td>
+ <td class="title"><a href="#persist-accepted-licences">Accepted licenses remembered permanently</a></td>
<td class="content">
Before accepted licenses were only remembered during runtime and not persisted between restarts.
The user selection of accepted licenses is now persisted between restarts.
@@ -100,7 +100,7 @@ document in the plug-in developer's guide.</p>
</tr>
<tr id="new-close-icon"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=501491 -->
- <td class="title">New close icon on tabs</td>
+ <td class="title"><a href="#new-close-icon">New close icon on tabs</a></td>
<td class="content">
The drawing of the close icon of tabs has been updated to align better with the operating system.
<p>
@@ -128,7 +128,7 @@ document in the plug-in developer's guide.</p>
</tr>
<tr id="eclipse-win-dark-themed-tooltips"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574685 -->
- <td class="title">Eclipse Windows now supports dark-theme tool-tips</td>
+ <td class="title"><a href="#eclipse-win-dark-themed-tooltips">Eclipse Windows now supports dark-theme tool-tips</a></td>
<td class="content">
Eclipse on Windows now support dark-theme tool-tips.
Refer below screens-shot which show various tool-tips@dark-theme:
@@ -144,14 +144,14 @@ document in the plug-in developer's guide.</p>
</td>
</tr>
<tr id="new-griddatafactory-method"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548829 -->
- <td class="title">New method <code>create(int style)</code> in GridDataFactory</td>
+ <td class="title"><a href="#new-griddatafactory-method">New method <code>create(int style)</code> in GridDataFactory</a></td>
<td class="content">
GridDataFactory contains a new static method <code>create(int style)</code> which returns a new GridDataFactory instance.<br />
This method is similar to <code>new GridData(int style)</code>.
</td>
</tr>
<tr id="swt-java11"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=574702 -->
- <td class="title">Minimum Java version for SWT</td>
+ <td class="title"><a href="#swt-java11">Minimum Java version for SWT</a></td>
<td class="content">
SWT now requires minimum Java 11 to run SWT.
</td>

Back to the top