no message
This commit is contained in:
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@@ -7,8 +7,8 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
||||||
<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$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Project/db_project_info.java" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"collapseProjectTrees": false,
|
"collapseProjectTrees": false,
|
||||||
"BackupWorkspace": "_sapfor_x64_backups",
|
"BackupWorkspace": "_sapfor_x64_backups",
|
||||||
"Workspace": "E:\\Tests",
|
"Workspace": "E:\\Tests",
|
||||||
"ProjectsSearchDirectory": "E:\\USERS\\Olga\\WORK\\VISUAL_prj\\VISUAL_DIFFERENT OPERATORS",
|
"ProjectsSearchDirectory": "E:\\Workspace",
|
||||||
"EditorFontSize": 17,
|
"EditorFontSize": 17,
|
||||||
"BackupHour": 5,
|
"BackupHour": 5,
|
||||||
"BackupMinute": 0,
|
"BackupMinute": 0,
|
||||||
|
|||||||
@@ -161,12 +161,12 @@ public class db_project_info extends DBObject {
|
|||||||
SapforProfile defaultProfile = Global.mainModule.getDb().getDefaultSapforProfile();
|
SapforProfile defaultProfile = Global.mainModule.getDb().getDefaultSapforProfile();
|
||||||
if (defaultProfile == null) {
|
if (defaultProfile == null) {
|
||||||
System.out.println("Default profile not found!");
|
System.out.println("Default profile not found!");
|
||||||
sapforProperties = Utils_.ReadProperties(propertiesFile,SapforProperties.class);
|
sapforProperties = new SapforProperties(propertiesFile);
|
||||||
|
Utils_.jsonToFile(sapforProperties, propertiesFile);
|
||||||
} else {
|
} else {
|
||||||
System.out.println("Default profile is " + defaultProfile.description);
|
System.out.println("Default profile is " + defaultProfile.description);
|
||||||
sapforProperties = new SapforProperties(getPropertiesFile());
|
sapforProperties = new SapforProperties(getPropertiesFile());
|
||||||
sapforProperties.applyProfile(Global.mainModule.getDb().getVectorByFK(defaultProfile, SapforProfileSetting.class));
|
sapforProperties.applyProfile(Global.mainModule.getDb().getVectorByFK(defaultProfile, SapforProfileSetting.class));
|
||||||
sapforProperties.Update();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else System.out.println("properties object found");
|
}else System.out.println("properties object found");
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ public class Visualiser extends Component {
|
|||||||
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
|
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
|
||||||
@Override
|
@Override
|
||||||
public void GetVersionInfo() {
|
public void GetVersionInfo() {
|
||||||
version = 1135;
|
version = 1136;
|
||||||
String pattern = "MMM dd yyyy HH:mm:ss";
|
String pattern = "MMM dd yyyy HH:mm:ss";
|
||||||
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
|
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
|
||||||
date_text = df.format(getClassBuildTime());
|
date_text = df.format(getClassBuildTime());
|
||||||
|
|||||||
Reference in New Issue
Block a user