No option to create preference dialog boxs' export/import button without the help button #2625
Open
1 task done
Labels
bug
Something isn't working
In the org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.java class, method: createHelpControl(Composite parent):
The method calls another method
addButtonsToHelpControl(Control control). This method is responsible for creating the import/export buttons in the preference dialog box. There is no provision to just create the import/export buttons without the help button.
Suggesting the addition of import/export buttons without the help button.
Screenshot:
Code snippet:
@OverRide
protected Control createHelpControl(Composite parent) {
Control control = super.createHelpControl(parent);
addButtonsToHelpControl(control);
return control;
}
Tested under this environment:
Community
I understand reporting an issue to this OSS project does not mandate anyone to fix it. Other contributors may consider the issue, or not, at their own convenience. The most efficient way to get it fixed is that I fix it myself and contribute it back as a good quality patch to the project.
The text was updated successfully, but these errors were encountered: