Skip to content

Commit 16c1820

Browse files
BananeweizenHannesWell
authored andcommitted
fix image paths and remove over-enthusiastic language
1 parent 4a86d68 commit 16c1820

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

news/4.34/jdt.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,11 @@ <h2>Java Views and Dialogs</h2>
100100
</td>
101101
</tr>
102102
<tr id="new-filter-options">
103-
<td class="title"> New Filter Options in Call Hierarchy </td>
103+
<td class="title">New Filter Options in Call Hierarchy</td>
104104
<td class="content">
105105
<p>
106-
This change helps <strong>filtering your results</strong> after calling the <strong>Call Hierarchy</strong> on a method.
107-
With <strong>more filter options</strong> that are also much more
108-
understandable, you can filter your results much better than before.
109-
</p>
110-
<p>
111-
In the following picture you can see the new filter Options!
106+
You can <strong>filter the results</strong> shown for the <strong>Call Hierarchy</strong> on a method.
107+
There are now <strong>more filter options</strong> available:
112108
</p>
113109
<p>
114110
<img src="images/show-all-code.png" alt="Filter Options">
@@ -121,11 +117,11 @@ <h2>Java Views and Dialogs</h2>
121117
<td class="title"> Show the Filters in the buttons bar of the Call Hierarchy view </td>
122118
<td class="content">
123119
<p>
124-
Thanks to this change, you can <strong>easily access</strong> the <strong>filters</strong> after calling the <strong>call hierarchy</strong> on a method.
125-
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.
120+
Applying <strong>filters</strong> after calling the <strong>call hierarchy</strong> on a method has become more easy.
121+
The button bar contains a new button for that.
126122
</p>
127123
<p>
128-
<img src="images\move-filtersbutton-to-top.png" alt="Filters Button on Top bar">
124+
<img src="images/move-filtersbutton-to-top.png" alt="Filters Button on Top bar">
129125
</p>
130126
<p>
131127
You can still use the old way to access the filter like so:
@@ -162,7 +158,7 @@ <h2>Java Formatter </h2>
162158
</td>
163159
</tr>
164160
<!-- ******************* End of Java Formatter ************************************* -->
165-
161+
166162
<!-- *********************** Debug ******************************** -->
167163
<tr>
168164
<td id="Debug" class="section" colspan="2">

news/4.34/platform.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ <h2>Platform and Equinox</h2>
4343
<h2>Views, Dialogs and Toolbar </h2>
4444
</td>
4545
</tr>
46-
46+
4747
<tr id = "improved-regex-handeling">
48-
<td class="title"> Improved Regex Handeling when searching </td>
48+
<td class="title">Improved Regex Search</td>
4949
<td class="content">
5050
<p>
51-
Thanks to this change, <strong>searching for a regex</strong> just got much better. If a regex which you typed into the searchbar,
52-
is not valid, a small <strong>decoration</strong> will show up and tell you that the expression is invalid.
51+
<strong>Searching for a regex</strong> just got much better. When typing an invalid regex into the search bar,
52+
a small <strong>decoration</strong> will show up and tell you that the expression is invalid.
5353
</p>
5454
<p>
5555
<img src="images/regex-improvement-decoration.png" alt="regex decoration">
@@ -65,7 +65,7 @@ <h2>Views, Dialogs and Toolbar </h2>
6565
</p>
6666
</td>
6767
</tr>
68-
68+
6969
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
7070

7171
<!-- ******************* Text Editors ************************************* -->
@@ -113,14 +113,14 @@ <h2>Preferences </h2>
113113
<td class="title">Configure Color of Code Mining</td>
114114
<td class="content">
115115
<p>
116-
Up to now the color used for rendering <em>Code Minings</em> could not be configured
116+
Up to now the color used for rendering <em>Code Minings</em> could not be configured
117117
and the same fixed color was used for light and dark theme.
118-
</p>
119-
<p>Now it's possible for users to configure the color via the <em>Text editor code mining
118+
</p>
119+
<p>Now it's possible for users to configure the color via the <em>Text editor code mining
120120
color</em> on the <b>Colors & Fonts</b> preference page.
121-
In addition separte default colors are provided for the light and the dark theme.
121+
In addition separate default colors are provided for the light and the dark theme.
122122
</p>
123-
123+
124124
<p><img style="max-width: 600px;" src="images/code_minig_color.png" alt="Code mining color preference setting"/></p>
125125
</td>
126126
</t

0 commit comments

Comments
 (0)