fix
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user