mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AppCode:Debugger: do not show internal file types in UI (OC-3943)
This commit is contained in:
@@ -54,6 +54,13 @@ public abstract class LanguageFileType implements FileType{
|
||||
|
||||
@Override
|
||||
public final boolean isReadOnly() {
|
||||
return isSystem();
|
||||
}
|
||||
|
||||
/**
|
||||
* System file types cannot be editor and are not shown in the interface
|
||||
*/
|
||||
protected boolean isSystem() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user