Package org.epic.perleditor.editors

Examples of org.epic.perleditor.editors.PerlSourceViewerConfiguration


        IDocumentPartitioner partitioner =
            new PerlPartitioner(PerlDebugPlugin.getDefault().getLog());
       
        document.setDocumentPartitioner(partitioner);
        partitioner.connect(document);
        conditionText.configure(new PerlSourceViewerConfiguration(
            PerlEditorPlugin.getDefault().getPreferenceStore(), null));
        conditionText.setEditable(true);
        conditionText.setDocument(document);

        Control control = conditionText.getControl();
View Full Code Here

TOP

Related Classes of org.epic.perleditor.editors.PerlSourceViewerConfiguration

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.