no message

This commit is contained in:
2025-01-11 20:27:43 +03:00
parent b48e2c995d
commit bbe99efefe
9 changed files with 32 additions and 26 deletions

View File

@@ -107,7 +107,7 @@ public class GlobalProperties {
public int lastUserId = CommonConstants.Nan;
@Expose
public int lastCompilerId = CommonConstants.Nan;
//--
//-- сравнение
@Expose
public boolean RegisterOn = false;
@Expose
@@ -120,6 +120,10 @@ public class GlobalProperties {
public boolean ExtensionsOn = false;
@Expose
public boolean ComparsionDiffMergeOn = false;
//--
//компактность
@Expose
public boolean ShowFullArraysDeclarations =false;
@Expose
public int BugReportsAgeLimit = 2;
@Expose
@@ -177,6 +181,8 @@ public class GlobalProperties {
//-----------------
public String getFieldDescription(String fieldName) {
switch (fieldName) {
case "ShowFullArraysDeclarations":
return "Показывать развернутый список объявлений массивов";
case "LastOpenedProjectsCount":
return "Число отображаемых последних открытых проектов";
case "FastAccessPassesCount":