156157158159160161162163
protected ISourceViewer getTextViewer( CommandLine commandLine, String project, String file) throws Exception { int offset = getOffset(commandLine); return new DummyTextViewer( ProjectUtils.getDocument(project, file), offset, 1); }