From 4d9118e6fe009d480e0984d6b72f1cb88d4ce654 Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 26 Jul 2013 15:10:59 +0400 Subject: [PATCH] add emmet demo --- demo/autocompletion.html | 44 +++++++++++++++++++++ demo/emmet.html | 43 ++++++++++++++++++++ demo/keyboard_shortcuts.html | 2 +- demo/modelist.html | 2 +- demo/settings_menu.html | 2 +- demo/{demo_helper.js => show_own_source.js} | 0 demo/statusbar.html | 2 +- 7 files changed, 91 insertions(+), 4 deletions(-) create mode 100644 demo/autocompletion.html create mode 100644 demo/emmet.html rename demo/{demo_helper.js => show_own_source.js} (100%) diff --git a/demo/autocompletion.html b/demo/autocompletion.html new file mode 100644 index 00000000..9ebb1678 --- /dev/null +++ b/demo/autocompletion.html @@ -0,0 +1,44 @@ + + + + + ACE Autocompletion demo + + + + +

+
+
+
+
+
+
+
+
+
+
diff --git a/demo/emmet.html b/demo/emmet.html
new file mode 100644
index 00000000..65b59bf7
--- /dev/null
+++ b/demo/emmet.html
@@ -0,0 +1,43 @@
+
+
+
+  
+  ACE Emmet demo
+  
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/demo/keyboard_shortcuts.html b/demo/keyboard_shortcuts.html
index 4a579d37..988e1918 100644
--- a/demo/keyboard_shortcuts.html
+++ b/demo/keyboard_shortcuts.html
@@ -41,6 +41,6 @@
     })
 
 
-
+
 
 
diff --git a/demo/modelist.html b/demo/modelist.html
index 659e3805..d7f525fa 100644
--- a/demo/modelist.html
+++ b/demo/modelist.html
@@ -43,6 +43,6 @@
     
 
 
-
+
 
 
diff --git a/demo/settings_menu.html b/demo/settings_menu.html
index cc453a53..7eaf0e42 100644
--- a/demo/settings_menu.html
+++ b/demo/settings_menu.html
@@ -40,6 +40,6 @@
 	}]);
 
 
-
+
 
 
diff --git a/demo/demo_helper.js b/demo/show_own_source.js
similarity index 100%
rename from demo/demo_helper.js
rename to demo/show_own_source.js
diff --git a/demo/statusbar.html b/demo/statusbar.html
index 9fc6583c..47341d3b 100644
--- a/demo/statusbar.html
+++ b/demo/statusbar.html
@@ -52,6 +52,6 @@
     editor.session.setMode("ace/mode/html");
 
 
-
+