Autocomplete is now on keypress by default

This commit is contained in:
Matt Pass
2015-05-02 09:30:25 +01:00
parent f2b4535d31
commit 863f13d3cf

View File

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