eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

Switch to Papyrus perspective by default #25

Closed planger closed 5 years ago

planger commented 5 years ago

Currently we open the resource perspective on a fresh workspace. I think it'd be better to use the Papyrus perspective by default.

cdamus commented 5 years ago

I can confirm that this was already implemented this in commit cb6da40f8b7f948f613fee5c8120a049a3c3d15e

# Property "org.eclipse.ui/defaultPerspectiveId" controls the 
# perspective that the workbench opens initially
org.eclipse.ui/defaultPerspectiveId=org.eclipse.papyrus.infra.core.perspective

and it works for me on new workspaces.

cdamus commented 5 years ago

Actually, in testing a product build for #16 I am finding that the product doesn't open the Papyrus perspective by default as happens in a run-time workbench.