AutoComplete setting added

ctrl+space default (can also be keypress)
This commit is contained in:
Matt Pass
2013-09-17 09:09:43 +01:00
parent f4e2f24f65
commit cee91cc2d3

View File

@@ -9,6 +9,7 @@ $ICEcoderUserSettings = array(
"visibleTabs" => false,
"lockedNav" => true,
"tagWrapperCommand" => "ctrl+alt",
"autoComplete" => "ctrl+space",
"password" => "",
"bannedFiles" => array("_coder","ICEcoder"),
"bannedPaths" => array("/var/www/.git","/var/www/sites/all/modules","/var/www/sites/default/files"),