How to remove "fatal" consoles from eclipse

I am not working with android all the time, sometimes I am working with a server / client application and I need to check the console output of both. What I used to do was press the little blue monitor button on the console view to switch between the two. But now it also has 3 more non-removable consoles (DDMS, OpenGL Trace View, Android) that I don't use, even when developing for Android. I want to know how to permanently remove these 3 console views. I don't want to split eclipse installations and not install / uninstall plugins when I am not developing for android.

I am ready to delete / modify the source code files, but I don't even know what I would be looking for

What I want to remove

+3


source to share


1 answer


You don't need to change.

1) Go to " windows-> open perspective " and select it for yourself



2) Or go to windows-> show perspective , choosing what suits you.

-1


source







All Articles