File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,22 @@ <h2>Themes and Styling </h2>
139
139
< h2 > General Updates </ h2 >
140
140
</ td >
141
141
</ 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 >
142
158
< tr id ="new_wires_command "> <!-- https://github.com/eclipse-equinox/equinox/pull/466 -->
143
159
< td class ="title "> New 'wires' command in the OSGi console</ td >
144
160
< td class ="content ">
You can’t perform that action at this time.
0 commit comments