Just what is an Eclipse “perspective”, and how would I go about making one?

前端 未结 1 1811
囚心锁ツ
囚心锁ツ 2021-01-05 16:12

The Eclipse documentation and website are still a bit too thick for me, a total Eclipse noob. Could someone explain just what a perspective is in terms suitable for non-IDE

相关标签:
1条回答
  • 2021-01-05 17:00

    You've pretty much got it in what you're describing. The thing I would add is that "perspectives" come laid out in a predefined way, but they don't have to stay that way. You can change the window arrangement, add and remove views, etc., and those changes stay with those perspectives.

    So, the idea of a perspective, is to allow you to setup a collection of windows and views that works well with your particular workflow, and the way you think.

    In Eclipse, go under "Window -> Customize Perspective...", and you'll see a bunch of options for adding/removing things. But don't freak - you can always go back to "Window -> Reset Perspective..." to reset the layout back to the way it was when you first installed Eclipse.

    You can also save your current perspective settings/layout by going to "Window -> Save Perspective As...", and save it under an arbitrary name, such as "DarenW's favorite perspective," or whatever you like.

    0 讨论(0)
提交回复
热议问题