no message

This commit is contained in:
2024-02-14 21:46:07 +03:00
parent 0397346b0f
commit 1bb3da18c3
2 changed files with 5 additions and 8 deletions

8
.idea/workspace.xml generated
View File

@@ -7,14 +7,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/САПФОР КОНСОЛЬ.rtf" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Common/Global.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/Global.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Precompilation.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/Passes/All/Precompilation.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FileWindow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Interface/FileWindow.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FileForm.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Visual_DVM_2021/UI/Main/FileForm.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Новый текстовый документ.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/Common/GlobalProperties.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/Common/GlobalProperties.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@@ -19,6 +19,10 @@ public class GlobalProperties extends Properties {
}
@Expose
public Current.Mode Mode = Current.Mode.Normal;
@Expose
public int ComponentsServerPort = 7995; //пока не используется
@Expose
public int TestingServerPort = 7998; //пока не используется
//---
@Expose
public int SocketTimeout = 5000;
@@ -43,7 +47,6 @@ public class GlobalProperties extends Properties {
//---
@Expose
public boolean AutoUpdateSearch = true;
// настройки визуализатора. по крайней мере, флаги.
@Expose
public boolean ConfirmPassesStart = true;
@Expose