diff --git a/news/4.41/images/preference-disable-terminal-restoration.png b/news/4.41/images/preference-disable-terminal-restoration.png new file mode 100644 index 00000000..6a3295da Binary files /dev/null and b/news/4.41/images/preference-disable-terminal-restoration.png differ diff --git a/news/4.41/platform.md b/news/4.41/platform.md index 14137718..9794d092 100644 --- a/news/4.41/platform.md +++ b/news/4.41/platform.md @@ -29,10 +29,20 @@ The chosen zoom level is remembered across restarts, and changing the console fo ## Text Editors --> - + +### Disable Reopening Terminals After Restart +
+Contributors + +- [Daniel Schmid](https://github.com/danthe1st) +
+ +The preference `Terminal > Reopen terminals after restart` has been added to allow disabling the automatic restoration of terminals. +If the checkbox is unchecked, a terminal view kept open when restarting the Eclipse IDE will no longer reopen all active terminals in that view. + +![Preference to disable automatic reopening of terminals](images/preference-disable-terminal-restoration.png)