2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00
fhem-mirror/fhem/www/codemirror
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
..
autorefresh.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
blackboard.css www/codemirror/*: 2015-10-25 16:53:17 +00:00
closebrackets.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
codemirror.css www/codemirror/*: 2015-10-25 16:53:17 +00:00
codemirror.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
comment.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
css.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
dialog.css www/codemirror/*: 2015-10-25 16:53:17 +00:00
dialog.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
eclipse.css codemirror: added eclipse theme 2014-05-19 20:43:10 +00:00
fhem_codemirror.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
fhem.js codemirror/fhem.js - added $Id 2014-04-08 10:10:56 +00:00
LICENSE codemirror: update to version 3.24 2014-04-25 20:58:29 +00:00
match-highlighter.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
matchbrackets.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
perl.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
search.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
searchcursor.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
show-hint.css codemirror: added 1-directory-solution 2014-03-05 21:23:38 +00:00
show-hint.js www/codemirror/*: 2015-10-25 16:53:17 +00:00
xml.js www/codemirror/*: 2015-10-25 16:53:17 +00:00