From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../lib/CodeMirror-2.3/demo/changemode.html | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/changemode.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/changemode.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/changemode.html b/codemirror_ui/lib/CodeMirror-2.3/demo/changemode.html new file mode 100644 index 0000000..f5e0661 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/changemode.html @@ -0,0 +1,50 @@ + + + + CodeMirror: Mode-Changing Demo + + + + + + + + + +

CodeMirror: Mode-Changing demo

+ +
+ +

On changes to the content of the above editor, a (crude) script +tries to auto-detect the language used, and switches the editor to +either JavaScript or Scheme mode based on that.

+ + + + -- cgit v1.2.3