SashForm sashForm3 = new SashForm(composite_3, SWT.VERTICAL);
sashForm3.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
inputCmd = new StyledText(sashForm3, SWT.BORDER | SWT.WRAP | SWT.V_SCROLL | SWT.MULTI);
inputCmd.addLineStyleListener(new LineStyleListener()
{
public void lineGetStyle(LineStyleEvent e)
{
StyleRange style = new StyleRange();
style.metrics = new GlyphMetrics(0, 0, Integer.toString(100000).length()*5);