Show it again! (How to re-enable hidden Dialogs in Eclipse)

Eclipse has a nice feature to ‘shut up’ dialogs: In many dialogs I can select an option so that dialog does not show up again:

'Dont' show Again' in Dialog

‘Dont’ show Again’ in Dialog

But what if I change my mind later on and what to have this dialog to show up again?

Clear ‘do not show again’

The Window > Preferences > C/C++ has an option to clear all the ‘do not show again’ settings:

Clear all 'do not show again' settings and show all hidden dialogs again

Clear all ‘do not show again’ settings and show all hidden dialogs again

The concern is: this will clear all options, but what if I just want to clear an individual one?

‘Prompt Again’ Settings

Here is a list of dialogs and their settings:

Workspace at Startup

Select a workspace dialog

Select a workspace dialog

Prompt for Workspace on Startup

Prompt for Workspace on Startup

Drag and Drop Files

Drag And Drop File Dialog

Drag And Drop File Dialog

Linked Resources Settings

Linked Resources Settings

Building

Building Project

Building Project

Running in Background

Running in Background

Launching

There are several dialogs associated with launching:

Save Resource Dialog

Save Resource Dialog

Wait for build to finish dialog

Wait for build to finish dialog

Breakpoints in Workspace

Breakpoints in Workspace

Errors in Workspace

Errors in Workspace

They are configured below in the order shown above:

Run and Debug Launching Prompts

Run and Debug Launching Prompts

Build/Clean while Debug

If I try to do a clean or debug on a project I’m already debugging, I get warned because the binary is locked by the debugger:

Clean or build while the program is debugged

Clean or build while the program is debugged

Automatically terminate debug sessions on project rebuild

Automatically terminate debug sessions on project rebuild

Perspective Switching

Confirm Perspective Switch

Confirm Perspective Switch

Switching Perspectives

Switching Perspectives

Knowing what Clear All does

But what if I cannot find the settings page? Then my last resort is the ‘clear all’ option:

Clear all 'do not show again' settings and show all hidden dialogs again

Clear all ‘do not show again’ settings and show all hidden dialogs again

There is a way how to find out which dialogs are hidden. For this I need to compare the settings before and after the clear operation:

First, before clearing, I export the current settings with the menu File > Export > General Preferences:

Exporting Preferences

Exporting Preferences

In the next dialog, best to select to export all:

Exporting all Preferences

Exporting all Preferences

Then do the ‘clear all’.

After that, export all settings again, to a different file.

Then compare the two files (e.g. copy them into a project, select both files and use the context menu Compare with > Each Other:

Comparing exported preferences

Comparing exported preferences

Now I can merge/compare the changes. To import the settings I use the menu File > Import > General > Preferences.

Not that easy, but works 🙂

Summary

It is not very easy to find the setting to re-enable a hidden dialog. I hope with the above list I cover the most use cases. If you are missing one, then post a comment 😉

Happy Showing 🙂

1 thought on “Show it again! (How to re-enable hidden Dialogs in Eclipse)

  1. Pingback: How to re-enable ‘Add to dictionary’ for the Eclipse Spell Checker | MCU on Eclipse

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.