C graphics
C graphics

Reputation: 7458

in Eclipse is there a shortcut to terminate and remove all tasks at once?

In Eclipse every time we want to remove the terminated/ interrupted tasks we have to first select them, then right click and select terminate and remove. Is there a shorter way to do this? PS. needless to mention, I am looking for a shorter way than what I already know in this thread

enter image description here

Upvotes: 2

Views: 1151

Answers (3)

Răzvan Flavius Panda
Răzvan Flavius Panda

Reputation: 22116

You can use Ctrl+A with the Debug window focused and then press Delete and Enter.

Upvotes: 0

C graphics
C graphics

Reputation: 7458

I found it, clicking on those gray cross signs on the top-right corner will do the job

Upvotes: 0

Kevin Chadwick
Kevin Chadwick

Reputation: 21

Just found delete key works from another thread and for more than just debugging java! Why it's not on the menu or on the Keys preferences beats me?

Upvotes: 2

Related Questions