Package org.eclipse.search.ui.text.TextSearchQueryProvider

Examples of org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput


                        .setMessage("No file was found to perform the search (editors not in the workspace cannot be searched).");
            return;
        }

        try {
            ISearchQuery query = TextSearchQueryProvider.getPreferred().createQuery(new TextSearchInput() {

                public boolean isRegExSearch() {
                    return isRegEx;
                }
View Full Code Here

TOP

Related Classes of org.eclipse.search.ui.text.TextSearchQueryProvider.TextSearchInput

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.