user1499731
user1499731

Reputation:

Eclipse -- Progress windows don't show up any more

I used to see both Building and Cleaning actions in their own separate windows, where I could wait for them to complete before continuing. Several weeks ago I must have clicked "Run in Background", because now the progress only appears in a small, obscured Progress view.

Not so nice.

How do I set the progress of things like Java Build and Clean to appear in a popup dialog again?

Nice.

Upvotes: 14

Views: 9909

Answers (1)

Aviram Segal
Aviram Segal

Reputation: 11120

Open the Eclipse Preferences, under General you will see Always run in background, uncheck it and you should be fine.

enter image description here

Upvotes: 29

Related Questions