Setting for updateDiffOnSave

With this enabled (the default), saving a file will copy the main pane
value to the diff pane. This means you can see what changes you are
making prior to a save and also can undo changes in diff pane to see
save points and how they differ to the main pane.
This commit is contained in:
Matt Pass
2014-11-14 09:49:39 +00:00
parent b5550d4ba8
commit 2b44096c4e
3 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ $ICEcoderUserSettings = array(
"root" => "",
"checkUpdates" => true,
"openLastFiles" => true,
"updateDiffOnSave" => true,
"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"),
"codeAssist" => true,
"visibleTabs" => false,