Package org.epic.perleditor.editors.util

Examples of org.epic.perleditor.editors.util.MarkerUtil


        if (doc == null) return;
       
        PerlPartitioner partitioner = (PerlPartitioner) PartitionTypes.getPerlPartitioner(doc);
        if (partitioner == null) return;
       
        markerUtil = new MarkerUtil(((IFileEditorInput) input).getFile());        
        markerUtil.clearAllUsedFlags(IMarker.TASK, EPIC_AUTOGENERATED);
       
        IPreferenceStore store = PerlEditorPlugin.getDefault().getPreferenceStore();       
        allowWhiteSpace = store.getBoolean(ITaskTagConstants.ID_WHITESPACE);
        initSearchPatterns(store);
View Full Code Here

TOP

Related Classes of org.epic.perleditor.editors.util.MarkerUtil

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.