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

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


            placeMatchingBlanks(document, helpBuffer, lineNumber, command);

            int futureCaretPosition = -1;

            if (currentOffset > 0) {
                final IAfterNewLineAutoEditStrategy autoEditStrategy = getAfterNewLineAutoEditStrategy(
                        document, command);
                if (autoEditStrategy != null)
                    futureCaretPosition = autoEditStrategy
                            .autoEditAfterNewLine(document, command, helpBuffer);
            }

            final IRegion lineInfo = document.getLineInformation(lineNumber);
View Full Code Here

TOP

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

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.