From ecffe3a43eb78cbb67679b6a2293a40ea6e6a7ba Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 28 Feb 2014 12:05:27 +0000 Subject: [PATCH] Bug file paths, check timer and max lines added New settings to be used by the upcoming bug reporting system --- lib/config___users-template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config___users-template.php b/lib/config___users-template.php index fc1acdc..776d164 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -19,6 +19,9 @@ $ICEcoderUserSettings = array( "lineWrapping" => true, "indentWithTabs" => true, "indentSize" => 4, +"bugFilePaths" => "", +"bugFileCheckTimer" => 0, +"bugFileMaxLines" => 0, "pluginPanelAligned" => "left", "plugins" => array(), "previousFiles" => "",