Skip to content

Commit 76dc491

Browse files
umairsairsravanlakkimsetti
authored andcommitted
1 parent 24d19df commit 76dc491

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

news/4.31/platform.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,22 @@ <h2>Themes and Styling </h2>
139139
<h2>General Updates </h2>
140140
</td>
141141
</tr>
142+
<tr id="eclipse_launcher_reloads_eclipse_ini_on_restart"> <!-- https://github.com/eclipse-equinox/equinox/pull/401 -->
143+
<td class="title">Eclipse launcher now reloads configuration files on restart</td>
144+
<td class="content">
145+
<p>
146+
When Eclipse was restarted using <code>File > Restart</code>, <code>File > Switch Workspace</code> or after installing a P2 updatesite,
147+
it used to restart with same arguments as it was started for the first time. Any change done by the user manually or by any touchpoint
148+
to <code>eclipse.ini</code> was not considered on restart and user had to exit the Eclipse and start it again from launcher to make
149+
the <code>eclipse.ini</code> changes effective.
150+
</p>
151+
<p>
152+
Now Eclipse launcher is enhanced to reload Eclipse configuration files on restarts, hence any change done in <code>eclipse.ini</code> gets
153+
effective on restart. Any arguments mentioned by the user to Eclipse launcher are still kept effective on restarts. However, if the restart
154+
command provided by Eclipse contains <code>--launcher.skipOldUserArgs</code> argument then the user provided arguments to launcher are ignored.
155+
</p>
156+
</td>
157+
</tr>
142158
<tr id="new_wires_command"> <!-- https://github.com/eclipse-equinox/equinox/pull/466 -->
143159
<td class="title">New 'wires' command in the OSGi console</td>
144160
<td class="content">

0 commit comments

Comments
 (0)