mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
4e7d74a6be
commit
53173fd208
1 changed files with 2 additions and 4 deletions
|
@ -81,8 +81,8 @@ import org.eclipse.cdt.internal.ui.wizards.dialogfields.TreeListDialogField;
|
||||||
*/
|
*/
|
||||||
public class CodeTemplateBlock extends OptionsConfigurationBlock {
|
public class CodeTemplateBlock extends OptionsConfigurationBlock {
|
||||||
|
|
||||||
private class CodeTemplateAdapter extends ViewerComparator implements ITreeListAdapter<Object>, IDialogFieldListener {
|
private class CodeTemplateAdapter extends ViewerComparator
|
||||||
|
implements ITreeListAdapter<Object>, IDialogFieldListener {
|
||||||
private final Object[] NO_CHILDREN= new Object[0];
|
private final Object[] NO_CHILDREN= new Object[0];
|
||||||
|
|
||||||
public void customButtonPressed(TreeListDialogField<Object> field, int index) {
|
public void customButtonPressed(TreeListDialogField<Object> field, int index) {
|
||||||
|
@ -241,7 +241,6 @@ public class CodeTemplateBlock extends OptionsConfigurationBlock {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -764,7 +763,6 @@ public class CodeTemplateBlock extends OptionsConfigurationBlock {
|
||||||
openWriteErrorDialog();
|
openWriteErrorDialog();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean confirmOverwrite(File file) {
|
private boolean confirmOverwrite(File file) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue