Eclipse - How to pin editor tabs?

前端 未结 3 1808
孤独总比滥情好
孤独总比滥情好 2020-12-28 16:10

I want to pin editor tabs \"enter
Is there any plugin for that ?

Visual Studio h

3条回答
  •  梦毁少年i
    2020-12-28 16:24

    In Eclipse 4.4.0 there You'll find a pin symbol in the default toolbar of Eclipse on the right side. After clicking it, the Java Editor Tab symbol gets changed indicating this editor is pinned now. Unfortunatelly I could not find a corresponding entry in the popup menu. But it is easy to assign e.g. the keys Ctrl-P to "Pin Editor" in the key bindings of Eclipse. (Don't forget to unbind Ctr-P = Print)

    Update August 2016: In Eclipse Neon 4.6.0 Pin is not functioning as I can see, no symbol indicating a pinned editor/tab.

提交回复
热议问题