I would like to programmatically (from a context menu) open a certain view How can I do so?
I can show a view using e3 compatibility layer like this:
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().showView("viewId");
What is the e4 way to do so?