7 Commits

Author SHA1 Message Date
rapster
30d66191db 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/fhem@9700 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-27 23:38:08 +00:00
rapster
62cc137f02 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/fhem@9668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-10-25 16:53:17 +00:00
rudolfkoenig
6e1bed0106 codemirror.js: fix textfield-long patch (Forum #33226)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7882 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-02-05 10:37:34 +00:00
rudolfkoenig
84c079a605 fhem_codemirror.js: remove the jquery loading (Forum #33226)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7853 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2015-02-03 19:14:44 +00:00
rudolfkoenig
5fd3bb63c1 FHEMWEB/codemirror: DEF Patches inspired by MarcelK (Forum #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-30 10:15:37 +00:00
rudolfkoenig
3bda5d93ba fhem_codemirror.js: fix window size (by MarcelK, forum #20444)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-22 19:16:55 +00:00
rudolfkoenig
66642806c0 FHEMWEB: CodeMirror via JavaScripts
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5475 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-07 16:07:58 +00:00