Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable news polling in eclipse for all workspaces in one shot?

Tags:

eclipse

I'm working in eclipse and have many workspaces. I have to fine-tune each workspace, disabling annoying news popup. I use eclipse as an IDE, I have another applications to read news.

Is there a way to propagate the disabled news polling into all workspaces? Or have this setting global?

like image 246
Alexander Smirnov Avatar asked Aug 07 '18 13:08

Alexander Smirnov


3 Answers

A radical option is to completely remove the plugin that provides a news feed.

  1. Go to Help > About Eclipse IDE > Installation Details and uninstall "Code Recommenders News Feed".
  2. Restart Eclipse.
  3. When the following window pops up, check "Remember my decision" and click Skip.

Update: It looks like the "Remember by decision" checkbox is per-workspace, and not global.

Eclipse Requirements Update

like image 132
Alexander Pozdneev Avatar answered Nov 11 '22 16:11

Alexander Pozdneev


You can disable the news polling at: Window > Preferences > General > News.

Uncheck the the checkbox "Enable automatic news polling". Screenshot with the settings panel

like image 3
Miguel M. Serrano Avatar answered Nov 11 '22 16:11

Miguel M. Serrano


I couldn't find a central setting but what I ended up doing is have a template workspace with default preferences (news disabled, dark theme etc.) and inherit from that.

So when I start a new project I open my default workspace, then go to FileSwitch WorkspaceOther.... In the workspace I browse to where I want my new workspace to be (usually I have a master workspace and a bunch of sub-workspaces) and I make sure I check Copy SettingsPreferences.

like image 3
Alberto L. Bonfiglio Avatar answered Nov 11 '22 15:11

Alberto L. Bonfiglio