From 1071caedc53307bbff4ac02a28d36becd29e930d Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Wed, 23 Oct 2024 14:31:18 +0200 Subject: [PATCH] Fix image paths and reword some N&N entries --- news/4.34/jdt.html | 6 +++--- news/4.34/platform.html | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/news/4.34/jdt.html b/news/4.34/jdt.html index 2e0162c5d..11f476caa 100644 --- a/news/4.34/jdt.html +++ b/news/4.34/jdt.html @@ -163,7 +163,7 @@

Java Views and Dialogs

- New Filter Options in Call Hierarchy + New Filter Options in Call Hierarchy

This change helps filtering your results after calling the Call Hierarchy on a method. @@ -186,7 +186,7 @@

Java Views and Dialogs

With the new, more accessible filters button, changing the filters is easier than ever, especially now that there are more and better options to filter the results.

- Filters Button on Top bar + Filters Button on Top bar

You can still use the old way to access the filter like so: @@ -223,7 +223,7 @@

Java Formatter

- + diff --git a/news/4.34/platform.html b/news/4.34/platform.html index 793a0bea0..0b64844ba 100644 --- a/news/4.34/platform.html +++ b/news/4.34/platform.html @@ -43,13 +43,13 @@

Platform and Equinox

Views, Dialogs and Toolbar

- + - Improved Regex Handeling when searching + Improved Regex Search

- Thanks to this change, searching for a regex just got much better. If a regex which you typed into the searchbar, - is not valid, a small decoration will show up and tell you that the expression is invalid. + Searching for a regex just got much better. When typing an invalid regex into the search bar, + a small decoration will show up and tell you that the expression is invalid.

regex decoration @@ -65,7 +65,7 @@

Views, Dialogs and Toolbar

- + @@ -113,14 +113,14 @@

Preferences

Configure Color of Code Mining

- Up to now the color used for rendering Code Minings could not be configured + Up to now the color used for rendering Code Minings could not be configured and the same fixed color was used for light and dark theme. -

-

Now it's possible for users to configure the color via the Text editor code mining +

+

Now it's possible for users to configure the color via the Text editor code mining color on the Colors & Fonts preference page. - In addition separte default colors are provided for the light and the dark theme. + In addition separate default colors are provided for the light and the dark theme.

- +

Code mining color preference setting