Eclipse IDE view gone - how to get it back

后端 未结 16 2344
面向向阳花
面向向阳花 2021-01-30 00:30

I basically have multiple monitors and did some changes today. As such, the views on one of my monitors (specifically the console view) is no longer there. I can\'t seem to find

16条回答
  •  死守一世寂寞
    2021-01-30 01:31

    Slightly related... I just had a case where my editor disappeared and would not reappear. I could try to open files but not see them anywhere (the file would be successfully parsed by the "Outline" view). Simply resetting the perspective didn't work. Nor did Window -> New Editor. To fix I had to do this:

    1. Window -> Close Perspective. (I actually did Close All Perspectives in a fit of rage)
    2. Window -> Open Perspective. (C/C++ in my case)
    3. Window -> Reset Perspective.

    BTW, I'm running Juno.

提交回复
热议问题