Package org.eclipse.jdt.internal.ui.propertiesfileeditor

Examples of org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileSourceViewerConfiguration


    {
        super(PAGE_ID);
        JavaTextTools textTools = JavaPlugin.getDefault().getJavaTextTools();
        IPreferenceStore store = JavaPlugin.getDefault().getCombinedPreferenceStore();
        setPreferenceStore(store);
        setSourceViewerConfiguration(new PropertiesFileSourceViewerConfiguration(
            textTools.getColorManager(), store, this,
            IPropertiesFilePartitions.PROPERTIES_FILE_PARTITIONING));
        /*IFileEditorInput fileInput = (IFileEditorInput) editor.getEditorInput();
        this.setDocumentProvider(fileInput);*/
    }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.ui.propertiesfileeditor.PropertiesFileSourceViewerConfiguration

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.