[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: save perspective as...

That functionality isn't available. You can either do like you are doing, which is creating an IPerspectiveFactory and controlling your entire perspective.

Or you can use the perspectiveExtension extension, to incrementally add views to an existing perspective (like the resource or java perspectives).

Later,
PW