I am developing a plug-in.
On clicking a button, I\'d like to call the save method of Eclipse or call the save button on Eclipse toolbar.
What is the way to
I used -
IDEWorkbenchPlugin.getDefault().getWorkbench().saveAllEditors(true);