Skip to content

Commit e7468be

Browse files
committed
fix image paths and remove over-enthusiastic language
1 parent fb3e11c commit e7468be

File tree

2 files changed

+19
-23
lines changed

2 files changed

+19
-23
lines changed

news/4.34/jdt.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,11 @@ <h2>Java Views and Dialogs</h2>
7474
</td>
7575
</tr>
7676
<tr id="new-filter-options">
77-
<td class="title"> New Filter Options in Call Hierarchy </td>
77+
<td class="title">New Filter Options in Call Hierarchy</td>
7878
<td class="content">
7979
<p>
80-
This change helps <strong>filtering your results</strong> after calling the <strong>Call Hierarchy</strong> on a method.
81-
With <strong>more filter options</strong> that are also much more
82-
understandable, you can filter your results much better than before.
83-
</p>
84-
<p>
85-
In the following picture you can see the new filter Options!
80+
You can <strong>filter the results</strong> shown for the <strong>Call Hierarchy</strong> on a method.
81+
There are now <strong>more filter options</strong> available:
8682
</p>
8783
<p>
8884
<img src="images/show-all-code.png" alt="Filter Options">
@@ -95,11 +91,11 @@ <h2>Java Views and Dialogs</h2>
9591
<td class="title"> Show the Filters in the buttons bar of the Call Hierarchy view </td>
9692
<td class="content">
9793
<p>
98-
Thanks to this change, you can <strong>easily access</strong> the <strong>filters</strong> after calling the <strong>call hierarchy</strong> on a method.
99-
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.
94+
Applying <strong>filters</strong> after calling the <strong>call hierarchy</strong> on a method has become more easy.
95+
The button bar contains a new button for that.
10096
</p>
10197
<p>
102-
<img src="images\move-filtersbutton-to-top.png" alt="Filters Button on Top bar">
98+
<img src="images/move-filtersbutton-to-top.png" alt="Filters Button on Top bar">
10399
</p>
104100
<p>
105101
You can still use the old way to access the filter like so:
@@ -126,7 +122,7 @@ <h2>Java Formatter </h2>
126122
</td>
127123
</tr>
128124
<!-- ******************* End of Java Formatter ************************************* -->
129-
125+
130126
<!-- *********************** Debug ******************************** -->
131127
<tr>
132128
<td id="Debug" class="section" colspan="2">

news/4.34/platform.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@ <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>
55-
<img src="images\regex-improvement-decoration.png" alt="regex decoration">
55+
<img src="images/regex-improvement-decoration.png" alt="regex decoration">
5656
</p>
5757
<p>
5858
If you need more information about what exactly went wrong, you can just <strong>hover</strong> over the red decoration.
5959
</p>
6060
<p>
61-
<img src="images\regex-improvement-decoration-hover.png" alt="regex decoration while hovering">
61+
<img src="images/regex-improvement-decoration-hover.png" alt="regex decoration while hovering">
6262
</p>
6363
<p>
6464
And the best part: This feature works the same for the traditional find/replace dialog, the new overlay and the file search dialog.
6565
</p>
6666
</td>
6767
</tr>
68-
68+
6969
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
7070

7171
<!-- ******************* Text Editors ************************************* -->
@@ -86,14 +86,14 @@ <h2>Preferences </h2>
8686
<td class="title">Configure Color of Code Mining</td>
8787
<td class="content">
8888
<p>
89-
Up to now the color used for rendering <em>Code Minings</em> could not be configured
89+
Up to now the color used for rendering <em>Code Minings</em> could not be configured
9090
and the same fixed color was used for light and dark theme.
91-
</p>
92-
<p>Now it's possible for users to configure the color via the <em>Text editor code mining
91+
</p>
92+
<p>Now it's possible for users to configure the color via the <em>Text editor code mining
9393
color</em> on the <b>Colors & Fonts</b> preference page.
94-
In addition separte default colors are provided for the light and the dark theme.
94+
In addition separate default colors are provided for the light and the dark theme.
9595
</p>
96-
96+
9797
<p><img style="max-width: 600px;" src="images/code_minig_color.png" alt="Code mining color preference setting"/></p>
9898
</td>
9999
</t

0 commit comments

Comments
 (0)