Package org.eclipse.xtext.ui.editor.autoedit

Examples of org.eclipse.xtext.ui.editor.autoedit.CompoundMultiLineTerminalsEditStrategy


import org.eclipse.xtext.ui.editor.autoedit.DefaultAutoEditStrategyProvider;

@SuppressWarnings("all")
public class TargetPlatformAutoEditStrategyProvider extends DefaultAutoEditStrategyProvider {
  protected void configureCompoundBracesBlocks(final AbstractEditStrategyProvider.IEditStrategyAcceptor acceptor) {
    CompoundMultiLineTerminalsEditStrategy _newInstanceFor = this.compoundMultiLineTerminals.newInstanceFor("{", "}");
    acceptor.accept(_newInstanceFor, IDocument.DEFAULT_CONTENT_TYPE);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.xtext.ui.editor.autoedit.CompoundMultiLineTerminalsEditStrategy

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.