Reputation: 3578
Is there any setting somewhere in Eclipse IDE, to automatically popup/show progress view, when some operation in progress ?
Upvotes: 1
Views: 2039
Reputation: 2091
Go to Window > Preferences > General. In the General tab, uncheck the checkbox that says 'Always run in background'.
Once you do this, most operations will create a popup window showing progress of the operation, and you can also choose to push it to background if you wish to continue some other task. There is also a checkbox in the popup window which says 'Always run in background'. Never check that if you like seeing the popup window. If you do happen to check it by mistake, follow the above steps to restore the setting to your preference.
Upvotes: 4