Package org.eclipse.php.internal.ui.autoEdit

Examples of org.eclipse.php.internal.ui.autoEdit.TabAutoEditStrategy


  protected void installTabsToSpacesConverter() {
    SourceViewerConfiguration config = getSourceViewerConfiguration();
    ISourceViewer sourceViewer = getSourceViewer();
    if (config != null && sourceViewer instanceof ITextViewerExtension7) {
      ((ITextViewerExtension7) sourceViewer)
          .setTabsToSpacesConverter(new TabAutoEditStrategy());
      updateIndentPrefixes();
    }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.php.internal.ui.autoEdit.TabAutoEditStrategy

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.