How I can open specific help topic in eclipse help window programatically running on Linux(Ubuntu 14.04)?
Ex: I want to open "Tasks view" help as shown in below pic pro-grammatically.
PlatformUI.getWorkbench().getHelpSystem() .displayHelpResource("/org.eclipse.platform.doc.user/concepts/ctskview.htm");
But the help topic is opening in external browser(firefox) NOT in eclipse help widow.
How I can open this topic in eclipse help widow(Window which opens when clicked Help > Help contents
menu in eclipse workbench).