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/formatting.html | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/formatting.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/formatting.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/formatting.html b/codemirror_ui/lib/CodeMirror-2.3/demo/formatting.html new file mode 100644 index 0000000..e4faf5f --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/formatting.html @@ -0,0 +1,80 @@ + + + + CodeMirror: Formatting Demo + + + + + + + + + + + + +

CodeMirror: Formatting demo

+ +
+ +

Select a piece of code and click one of the links below to apply automatic formatting to the selected text or comment/uncomment the selected text. Note that the formatting behavior depends on the current block's mode. + + + + + + +
+ + Autoformat Selected + + + + Comment Selected + + + + Uncomment Selected + +
+

+ + + + -- cgit v1.2.3