From f73dee1103548d040003650d7ac9b94c125b8703 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 17:11:50 +0000 Subject: [PATCH] Snippets display moved & now for info Snippets display file now moved to lib folder Functionality removed from this file and now just used for info purposes Tidied up look and provided table of uses, plus note on Emmet's tab key --- lib/snippet-display.php | 28 ++++++++++++++++++++++++ snippets/snippet-display.php | 41 ------------------------------------ 2 files changed, 28 insertions(+), 41 deletions(-) create mode 100644 lib/snippet-display.php delete mode 100644 snippets/snippet-display.php diff --git a/lib/snippet-display.php b/lib/snippet-display.php new file mode 100644 index 0000000..7aaa46d --- /dev/null +++ b/lib/snippet-display.php @@ -0,0 +1,28 @@ + + + + + +ICEcoder v <?php echo $ICEcoder["versionNo"];?> snippet display + + + + + + + + + + + + +
abbreviation plus CTRL+spaceproduces
f namefunction name() {...}
ifif () {...}
forfor (var i=0; i<; i++) {...}
+

+Tip: If you have Emmet installed, also try tab key after your abbreviation + + + + + \ No newline at end of file diff --git a/snippets/snippet-display.php b/snippets/snippet-display.php deleted file mode 100644 index dbc45e9..0000000 --- a/snippets/snippet-display.php +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -ICEcoder v <?php echo $ICEcoder["versionNo"];?> snippet display - - - - - - - - "Function", - "replace" => "f ", - "with" => "function ::var::() {\\n\\t::|::\\n}" -), -array( - "name" => "If", - "replace" => "if", - "with" => "if (::|::) {\\n\\t\\n}" -) -); -?> - -'.$snippets[$i]['name'].''; -} -;?> - - - - - - \ No newline at end of file