How to change Eclipse window title?

前端 未结 3 441
囚心锁ツ
囚心锁ツ 2021-02-05 18:19

How to change the title (last part of it) of a running Eclipse?

I am speaking about Eclipse distribution itself, not about my program written for Eclipse.

Curren

3条回答
  •  遇见更好的自我
    2021-02-05 18:21

    You can't. Unless you are creating your own RCP app

    The workbench window title is defined by the branding plugin. Eclipse defines the product and so you will have the "Eclipse" defined in its branding plugin, which will be displayed in the title bar.

提交回复
热议问题