2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
rapster
20cffadd45 www/codemirror/fhem_codemirror.js: Removed initialisation of CM-Editor, this is now done by fhemweb.js. Forum #52379
git-svn-id: https://svn.fhem.de/fhem/trunk@11281 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2016-04-18 19:04:58 +00:00
rapster
fe7118e775 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
2015-11-04 14:44:38 +00:00
rapster
9b057576f6 www/codemirror/*: Added DOIF autocomplete-keywords, added feature to autocomplete on any keypress (on by default).
git-svn-id: https://svn.fhem.de/fhem/trunk@9776 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-11-04 13:36:53 +00:00
rapster
6310b16c1f www/codemirror/fhem_codemirror.js: Disabled smartIndent by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@9728 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-30 13:24:30 +00:00
rapster
c34403b32f www/codemirror/fhem_codemirror.js: Enabled indentWithTabs by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@9726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-30 12:56:54 +00:00
rapster
916a248828 www/codemirror/fhem_codemirror.js: Enabled autoCloseBrackets by default (FORUM #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@9725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-30 12:41:36 +00:00
rapster
c9a347501e www/codemirror/fhem_codemirror.js: Do not evaluate attr codemirrorParam if already loaded.
git-svn-id: https://svn.fhem.de/fhem/trunk@9706 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-28 12:16:29 +00:00
rapster
de1dd5e7af www/codemirror/fhem_codemirror.js: additional modules loads now dynamically based on codemirrorParam, fixed bug in cm_wait() setTimeout, some further improvements.
git-svn-id: https://svn.fhem.de/fhem/trunk@9700 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-27 23:38:08 +00:00
rapster
d618ddc172 www/codemirror/*:
- feature: codemirror modules now loaded by default: search.js, comment.js
                 dialog.js, autorefresh.js, searchcursor.js, dialog.css
             codemirror search & replace is now activated by default.
                 to use this feature now you must only load in fhemweb
                 attribute 'JavaScripts' the codemirror/fhem_codemirror.js file
             new extraKeys for 'TAB', 'Shift+Tab', 'STRG+Q', 'STRG+UP',
                 and 'STRG+DOWN' are added.
             codemirror default parameters are now:
                 indentUnit:4, indentWithTabs:false, autoCloseBrackets:false,
                 matchBrackets:true, autofocus:true, theme:"blackboard",
                 lineNumbers:true, autoRefresh:true
               this can be overwritten with fhemweb attribute 'codemirrorParam'
  - updated: codemirror version to 5.8 
             the default codemirror javascript files are now minified


git-svn-id: https://svn.fhem.de/fhem/trunk@9668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-25 16:53:17 +00:00
rudolfkoenig
618e57e1dc codemirror.js: fix textfield-long patch (Forum #33226)
git-svn-id: https://svn.fhem.de/fhem/trunk@7882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-02-05 10:37:34 +00:00
rudolfkoenig
04ce019252 fhem_codemirror.js: remove the jquery loading (Forum #33226)
git-svn-id: https://svn.fhem.de/fhem/trunk@7853 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-02-03 19:14:44 +00:00
rudolfkoenig
011369fcc4 FHEMWEB/codemirror: DEF Patches inspired by MarcelK (Forum #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@5703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-30 10:15:37 +00:00
rudolfkoenig
be682ae080 fhem_codemirror.js: fix window size (by MarcelK, forum #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk@5603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-22 19:16:55 +00:00
rudolfkoenig
c4f87237a7 FHEMWEB: CodeMirror via JavaScripts
git-svn-id: https://svn.fhem.de/fhem/trunk@5475 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-07 16:07:58 +00:00