mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
- removed commented out code
This commit is contained in:
parent
1b697310f5
commit
e36e3d612b
1 changed files with 0 additions and 15 deletions
|
@ -100,21 +100,6 @@ public class CodanPreferencePage extends FieldEditorOverlayPage implements
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void createFieldEditors() {
|
public void createFieldEditors() {
|
||||||
// ScrolledComposite sc = new ScrolledComposite(getFieldEditorParent(),
|
|
||||||
// SWT.H_SCROLL | SWT.V_SCROLL);
|
|
||||||
// sc.setLayoutData(new GridData(GridData.FILL_BOTH));
|
|
||||||
// sc.setExpandHorizontal(true);
|
|
||||||
// sc.setExpandVertical(true);
|
|
||||||
// sc.setMinWidth(400);
|
|
||||||
// sc.setMinHeight(400);
|
|
||||||
// // Composite pane = new Composite(sc, SWT.NONE);
|
|
||||||
// Button pane = new Button(sc, SWT.PUSH);
|
|
||||||
// pane.setText("push");
|
|
||||||
// sc.setContent(pane);
|
|
||||||
// GridLayout gl = new GridLayout();
|
|
||||||
// gl.marginHeight = 0;
|
|
||||||
// gl.marginWidth = 0;
|
|
||||||
// pane.setLayout(gl);
|
|
||||||
checkedTreeEditor = new ProblemsTreeEditor(getFieldEditorParent(),
|
checkedTreeEditor = new ProblemsTreeEditor(getFieldEditorParent(),
|
||||||
profile);
|
profile);
|
||||||
addField(checkedTreeEditor);
|
addField(checkedTreeEditor);
|
||||||
|
|
Loading…
Add table
Reference in a new issue