Package org.eclipse.jface.text

Examples of org.eclipse.jface.text.DefaultAutoIndentStrategy


   * @param contentType the content type for which the strategy is applicable
   * @return the auto indent strategy or <code>null</code> if automatic indentation is not to be enabled
   * @deprecated since 3.1 use {@link #getAutoEditStrategies(ISourceViewer, String)} instead
   */
  public IAutoIndentStrategy getAutoIndentStrategy(ISourceViewer sourceViewer, String contentType) {
    return new DefaultAutoIndentStrategy();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jface.text.DefaultAutoIndentStrategy

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.