Package com.salesforce.ide.ui.editors.apex.errors

Examples of com.salesforce.ide.ui.editors.apex.errors.ApexErrorMarkerHandler


    public ApexParserRunnable(ApexReconcilingStrategy apexReconcilingStrategy) {
        this.apexReconcilingStrategy = apexReconcilingStrategy;
        IFile file = ((IFileEditorInput) apexReconcilingStrategy.fTextEditor.getEditorInput()).getFile();
        IDocument doc = apexReconcilingStrategy.fTextEditor.getDocument();
        fMarkerHandler = new ApexErrorMarkerHandler(file, doc);
    }
View Full Code Here

TOP

Related Classes of com.salesforce.ide.ui.editors.apex.errors.ApexErrorMarkerHandler

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.