|
1 | | -<?php |
2 | | -$ICEcoderUserSettings = array( |
3 | | -"versionNo" => "6.0 beta", |
4 | | -"licenseEmail" => "[email protected]", |
5 | | -"licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504", |
6 | | -"configCreateDate" => 0, |
7 | | -"root" => "", |
8 | | -"checkUpdates" => true, |
9 | | -"openLastFiles" => true, |
10 | | -"updateDiffOnSave" => true, |
11 | | -"languageUser" => "english.php", |
12 | | -"backupsKept" => true, |
13 | | -"backupsDays" => 14, |
14 | | -"deleteToTmp" => true, |
15 | | -"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), |
16 | | -"codeAssist" => true, |
17 | | -"visibleTabs" => false, |
18 | | -"lockedNav" => true, |
19 | | -"tagWrapperCommand" => "ctrl+alt", |
20 | | -"autoComplete" => "keypress", |
21 | | -"password" => "", |
22 | | -"bannedFiles" => array(), |
23 | | -"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), |
24 | | -"allowedIPs" => array("*"), |
25 | | -"autoLogoutMins" => 0, |
26 | | -"theme" => "default", |
27 | | -"fontSize" => "13px", |
28 | | -"lineWrapping" => false, |
29 | | -"lineNumbers" => true, |
30 | | -"showTrailingSpace" => true, |
31 | | -"matchBrackets" => true, |
32 | | -"autoCloseTags" => true, |
33 | | -"autoCloseBrackets" => true, |
34 | | -"indentWithTabs" => false, |
35 | | -"indentAuto" => true, |
36 | | -"indentSize" => 4, |
37 | | -"pluginPanelAligned" => "left", |
38 | | -"bugFilePaths" => array(), |
39 | | -"bugFileCheckTimer" => 0, |
40 | | -"bugFileMaxLines" => 0, |
41 | | -"githubAuthToken" => "", |
42 | | -"plugins" => array(), |
43 | | -"ftpSites" => array(), |
44 | | -"githubLocalPaths" => array(), |
45 | | -"githubRemotePaths" => array(), |
46 | | -"previousFiles" => "", |
47 | | -"last10Files" => "", |
48 | | -"favoritePaths" => array() |
49 | | -); |
50 | | -?> |
| 1 | +<?php |
| 2 | +$ICEcoderUserSettings = array( |
| 3 | +"versionNo" => "6.0", |
| 4 | +"licenseEmail" => "[email protected]", |
| 5 | +"licenseCode" => "93be18fba1dee0e186031907422a0f8df3462568bfd0161e1504", |
| 6 | +"configCreateDate" => 0, |
| 7 | +"root" => "", |
| 8 | +"checkUpdates" => true, |
| 9 | +"openLastFiles" => true, |
| 10 | +"updateDiffOnSave" => true, |
| 11 | +"languageUser" => "english.php", |
| 12 | +"backupsKept" => true, |
| 13 | +"backupsDays" => 14, |
| 14 | +"deleteToTmp" => true, |
| 15 | +"findFilesExclude" => array(".doc",".gif",".jpg",".jpeg",".pdf",".png",".swf",".xml",".zip"), |
| 16 | +"codeAssist" => true, |
| 17 | +"visibleTabs" => false, |
| 18 | +"lockedNav" => true, |
| 19 | +"tagWrapperCommand" => "ctrl+alt", |
| 20 | +"autoComplete" => "keypress", |
| 21 | +"password" => "", |
| 22 | +"bannedFiles" => array(), |
| 23 | +"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"), |
| 24 | +"allowedIPs" => array("*"), |
| 25 | +"autoLogoutMins" => 0, |
| 26 | +"theme" => "default", |
| 27 | +"fontSize" => "13px", |
| 28 | +"lineWrapping" => false, |
| 29 | +"lineNumbers" => true, |
| 30 | +"showTrailingSpace" => true, |
| 31 | +"matchBrackets" => true, |
| 32 | +"autoCloseTags" => true, |
| 33 | +"autoCloseBrackets" => true, |
| 34 | +"indentWithTabs" => false, |
| 35 | +"indentAuto" => true, |
| 36 | +"indentSize" => 4, |
| 37 | +"pluginPanelAligned" => "left", |
| 38 | +"bugFilePaths" => array(), |
| 39 | +"bugFileCheckTimer" => 0, |
| 40 | +"bugFileMaxLines" => 0, |
| 41 | +"githubAuthToken" => "", |
| 42 | +"plugins" => array(), |
| 43 | +"ftpSites" => array(), |
| 44 | +"githubLocalPaths" => array(), |
| 45 | +"githubRemotePaths" => array(), |
| 46 | +"previousFiles" => "", |
| 47 | +"last10Files" => "", |
| 48 | +"favoritePaths" => array() |
| 49 | +); |
| 50 | +?> |
0 commit comments