no message
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user