1- <?php
2- $ ICEcoder = array (
3- "root " => "" ,
4- "tabsIndent " => true ,
5- "checkUpdates " => true ,
6- "openLastFiles " => true ,
7- "findFilesExclude " => array ("_coder " ,"ICEcoder " ,".doc " ,".gif " ,".jpg " ,".jpeg " ,".pdf " ,".png " ,".swf " ,".xml " ,".zip " ),
8- "codeAssist " => true ,
9- "visibleTabs " => false ,
10- "lockedNav " => true ,
11- "accountPassword " => "" ,
12- "bannedFiles " => array ("_coder " ,"ICEcoder " ),
13- "bannedPaths " => array ("/var/www/.git " ,"/var/www/sites/all/modules " ,"/var/www/sites/default/files " ),
14- "allowedIPs " => array ("* " ),
15- "plugins " => array (
16- array ("Terminal " ,"plugins/terminal/icon.gif " ,"margin-top: 3px " ,"plugins/terminal " ,"_blank " ,"" ),
17- array ("Adminer " ,"plugins/adminer/icon.png " ,"margin-top: 3px " ,"plugins/adminer/adminer-3.4.0-mysql-en.php " ,"_blank " ,"" ),
18- array ("JS Hint " ,"plugins/jshint/icon.png " ,"margin-top: 3px " ,"http://www.jshint.com " ,"_blank " ,"" ),
19- array ("Emmet " ,"plugins/emmet/icon.png " ,"margin-top: 3px " ,"http://docs.emmet.io " ,"_blank " ,"" ),
20- array ("ICErepo " ,"plugins/ice-repo/icon.png " ,"margin-top: 3px " ,"plugins/ice-repo " ,"_blank " ,"" ),
21- array ("Dochub " ,"plugins/dochub/icon.png " ,"margin-top: 3px " ,"http://dochub.io " ,"_blank " ,"" ),
22- array ("JS Regex " ,"plugins/jsregex/icon.png " ,"margin-top: 3px " ,"http://jsregex.herokuapp.com " ,"_blank " ,"" ),
23- array ("Zip It! " ,"plugins/zip-it/icon.png " ,"margin-top: 3px; margin-left: 3px " ,"plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip " ,"fileControl:<b>Zipping Files</b> " ,"30 " )
24- ),
25- "theme " => "default " ,
26- "lineWrapping " => true ,
27- "tabWidth " => 4 ,
28- "previousFiles " => "" ,
29- "last10Files " => ""
30- );
1+ <?php
2+ $ ICEcoder = array (
3+ "root " => "" ,
4+ "tabsIndent " => true ,
5+ "checkUpdates " => true ,
6+ "openLastFiles " => true ,
7+ "findFilesExclude " => array ("_coder " ,"ICEcoder " ,".doc " ,".gif " ,".jpg " ,".jpeg " ,".pdf " ,".png " ,".swf " ,".xml " ,".zip " ),
8+ "codeAssist " => true ,
9+ "visibleTabs " => false ,
10+ "lockedNav " => true ,
11+ "accountPassword " => "" ,
12+ "bannedFiles " => array ("_coder " ,"ICEcoder " ),
13+ "bannedPaths " => array ("/var/www/.git " ,"/var/www/sites/all/modules " ,"/var/www/sites/default/files " ),
14+ "allowedIPs " => array ("* " ),
15+ "plugins " => array (
16+ array ("Terminal " ,"plugins/terminal/icon.gif " ,"margin-top: 3px " ,"plugins/terminal " ,"_blank " ,"" ),
17+ array ("Adminer " ,"plugins/adminer/icon.png " ,"margin-top: 3px " ,"plugins/adminer/adminer-3.4.0-mysql-en.php " ,"_blank " ,"" ),
18+ array ("JS Hint " ,"plugins/jshint/icon.png " ,"margin-top: 3px " ,"http://www.jshint.com " ,"_blank " ,"" ),
19+ array ("Emmet " ,"plugins/emmet/icon.png " ,"margin-top: 3px " ,"http://docs.emmet.io " ,"_blank " ,"" ),
20+ array ("ICErepo " ,"plugins/ice-repo/icon.png " ,"margin-top: 3px " ,"plugins/ice-repo " ,"_blank " ,"" ),
21+ array ("Dochub " ,"plugins/dochub/icon.png " ,"margin-top: 3px " ,"http://dochub.io " ,"_blank " ,"" ),
22+ array ("JS Regex " ,"plugins/jsregex/icon.png " ,"margin-top: 3px " ,"http://jsregex.herokuapp.com " ,"_blank " ,"" ),
23+ array ("wireframe|cc " ,"plugins/wireframecc/icon.png " ,"margin-top: 3px " ,"http://wireframe.cc " ,"_blank " ,"" ),
24+ array ("Zip It! " ,"plugins/zip-it/icon.png " ,"margin-top: 3px; margin-left: 3px " ,"plugins/zip-it/?zip=|&exclude=*.doc*.gif*.jpg*.jpeg*.pdf*.png*.swf*.xml*.zip " ,"fileControl:<b>Zipping Files</b> " ,"30 " )
25+ ),
26+ "theme " => "default " ,
27+ "lineWrapping " => true ,
28+ "tabWidth " => 4 ,
29+ "previousFiles " => "" ,
30+ "last10Files " => ""
31+ );
3132?>
0 commit comments