This commit is contained in:
2025-01-17 17:16:37 +03:00
parent 30fcf649c3
commit 9034636067
4 changed files with 2 additions and 77 deletions

View File

@@ -110,7 +110,6 @@ public class OpenCurrentProject extends Pass<db_project_info> {
if (root_changes)
Global.mainModule.set(Current.Root, new_root);
Global.mainModule.getPass(PassCode.UpdateProperty).Do("ProjectsSearchDirectory", dir.getParent());
target.sapforProperties.FREE_FORM = target.style.equals(LanguageStyle.free);
DBLastProject lastProject;
if ((Global.mainModule.getDb()).lastProjects.containsKey(target.Home.getAbsolutePath())) {
lastProject = Global.mainModule.getDb().lastProjects.get(target.Home.getAbsolutePath());

View File

@@ -60,7 +60,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1134;
version = 1135;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());