Package org.eclim.eclipse.jface.text

Examples of org.eclim.eclipse.jface.text.DummyTextViewer


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

TOP

Related Classes of org.eclim.eclipse.jface.text.DummyTextViewer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.