no message

This commit is contained in:
2024-05-18 23:31:45 +03:00
parent d29c2ba93c
commit fb53a4133a
10 changed files with 129 additions and 21 deletions

View File

@@ -336,12 +336,21 @@ public enum PassCode_2021 {
SPF_InsertImplicitNone,
CompileServerSapfor,
ActualizeServerSapfors,
;
ShowTestingServerFile,
//--
ShowSapforCompilationOut,
ShowSapforCompilationErr;
//--
public String getDescription() {
switch (this) {
case Undefined:
return "?";
//--
case ShowSapforCompilationOut:
return "Отобразить поток вывода сборки SAPFOR";
case ShowSapforCompilationErr:
return "Отобразить поток ошибок сборки SAPFOR";
case ShowTestingServerFile:
return "Отобразить файл сервера тестирования";
case ActualizeServerSapfors:
return "Проверить собираемые версии SAPFOR";
case CompileServerSapfor: