Example usage for com.intellij.openapi.fileEditor FileDocumentSynchronizationVetoer subclass-usage

List of usage examples for com.intellij.openapi.fileEditor FileDocumentSynchronizationVetoer subclass-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.fileEditor FileDocumentSynchronizationVetoer subclass-usage.

Usage

From source file com.intellij.codeInsight.lookup.impl.LookupDocumentSavingVetoer.java

/**
 * @author peter
 */
public class LookupDocumentSavingVetoer extends FileDocumentSynchronizationVetoer {
    @Override
    public boolean maySaveDocument(@NotNull Document document, boolean isSaveExplicit) {