2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

www/codemirror/fhem_codemirror.js: Disabled autocompleteAlways by default due to errors in multiline attributes

git-svn-id: https://svn.fhem.de/fhem/trunk@9777 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster 2015-11-04 14:44:38 +00:00
parent 9b057576f6
commit fe7118e775
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- feature: fhem_codemirror: Added DOIF autocomplete-keywords. Added feature
to autocomplete on any keypress (on by default).
to autocomplete on any keypress.
- change: ATTENTION: Removed deprecated module 75_MSG.pm. Users will need to
manually change their device definitions to MSGFile or MSGMail
respectively.

View File

@ -8,7 +8,7 @@ var cm_attr = {
search: true,
comment: true,
autocomplete: true,
autocompleteAlways: true,
autocompleteAlways: false,
autoCloseBrackets: true,
indentUnit: 4,
type: "fhem",