From e39864d6da6df71a3da797424c60534d7ac65dd9 Mon Sep 17 00:00:00 2001 From: Traductus Date: Tue, 1 Nov 2016 12:06:42 -0600 Subject: [PATCH] Update Synergy Editor.cfg The value of the DBPLocation property was changed to assume DBP is directly installed in the default folder for 32-bit program files on the OS drive: "C:\Program Files (x86)\Dark-Basic-Pro\". The value of the LastProject property was changed to an empty string. --- Install/Editor/Synergy Editor.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install/Editor/Synergy Editor.cfg b/Install/Editor/Synergy Editor.cfg index 9a1736e..0d668e8 100644 --- a/Install/Editor/Synergy Editor.cfg +++ b/Install/Editor/Synergy Editor.cfg @@ -43,11 +43,11 @@ IntellisenseCase=0 ; Startup task - 0 = Show empty environment, 1 = Create new project, 2 = Show open project dialog, 3 = Load last loaded project, 4 = Load specified project OnStartup=3 ; Last Project opened/saved -LastProject=F:\TGCSHARED\Dark-Basic-Pro\Install\Projects\Hello World\Hello World.dbpro +LastProject= ; Flag to indicate whether the Editor will read the status of the compiler and provide visual updates AllowReadCompilerStatus=TRUE ; If Editor cannot find your DBP installation, or you are using a precompiler enter the DarkBASIC Professional installation path here, otherwise leave blank -DBPLocation=F:\TGCSHARED\Dark-Basic-Pro\Install\ +DBPLocation=C:\Programs Files (x86)\Dark-Basic-Pro\ ; The help file that is used if a command is not highlighted MainHelpURL=main.htm ; Flag to indicate whether each help document should be opened in a new tab