Class AllowNonProjectEditing
- java.lang.Object
-
- com.redhat.devtools.intellij.common.editor.AllowNonProjectEditing
-
- All Implemented Interfaces:
com.intellij.openapi.fileEditor.impl.NonProjectFileWritingAccessExtension
public class AllowNonProjectEditing extends java.lang.Object implements com.intellij.openapi.fileEditor.impl.NonProjectFileWritingAccessExtension
-
-
Field Summary
Fields Modifier and Type Field Description static com.intellij.openapi.util.Key<java.lang.Boolean>ALLOW_NON_PROJECT_EDITINGPrevents the dialog "Non-Projects File Protection" when editing files that do not belong the the current project.
-
Constructor Summary
Constructors Constructor Description AllowNonProjectEditing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWritable(@NotNull com.intellij.openapi.vfs.VirtualFile file)
-