mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -112,6 +112,11 @@ public class PythonLanguageLevelPusher implements FilePropertyPusher<LanguageLev
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean acceptsDirectory(@NotNull VirtualFile file, @NotNull Project project) {
|
||||
return true;
|
||||
}
|
||||
|
||||
private static final FileAttribute PERSISTENCE = new FileAttribute("python_language_level_persistence", 2, true);
|
||||
|
||||
public void persistAttribute(@NotNull VirtualFile fileOrDir, @NotNull LanguageLevel level) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user