Custom Eclipse perspective, with initially invisble view stacked to editor area

前端 未结 2 1053
眼角桃花
眼角桃花 2021-01-06 17:09

I got a custom perspecitve with an editor area declared in plugin.xml only. In addtion, I got a custom view, that is opened programatically. I want to stack this view with t

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-06 18:05

    Sometimes you can't imagine how simple solutions can be:

    Simply adding :* at the end of the view id in the plugin.xml solved this issue:

    
    
    

    Unbelievable how many times you find people saying this would not be possible at all...

提交回复
热议问题