mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-23 08:47:02 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user